Celeritas 0.7+201d00e
Loading...
Searching...
No Matches
Classes | Functions
Label.hh File Reference
#include <cstddef>
#include <functional>
#include <iosfwd>
#include <string>
#include <string_view>
#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

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.
 

Function Documentation

◆ operator<<()

std::ostream & celeritas::operator<< ( std::ostream &  os,
Label const lab 
)

Write a label to a stream.

Todo:
account for os.width .