Celeritas 0.6.0-dev.116+3fbab5e0
|
#include <cstddef>
#include <functional>
#include <iosfwd>
#include <string>
#include <tuple>
#include <utility>
#include "corecel/Config.hh"
#include "corecel/math/HashUtils.hh"
Classes | |
struct | celeritas::Label |
Helper class for managing volume and material labels. More... | |
Functions | |
bool | celeritas::operator== (Label const &lhs, Label const &rhs) |
Test equality. | |
bool | celeritas::operator!= (Label const &lhs, Label const &rhs) |
Test inequality. | |
bool | celeritas::operator< (Label const &lhs, Label const &rhs) |
Less-than comparison for sorting. | |
std::ostream & | celeritas::operator<< (std::ostream &os, Label const &lab) |
Write a label to a stream. | |
std::string | celeritas::to_string (Label const &lab) |
Get the label as a string. | |
std::ostream & celeritas::operator<< | ( | std::ostream & | os, |
Label const & | lab | ||
) |
Write a label to a stream.
os.width
.