Celeritas
0.5.0-56+6b053cd
|
Annotated unit struct definitions for use with Quantity. More...
#include <utility>
#include "corecel/Config.hh"
#include "corecel/math/UnitUtils.hh"
#include "Constants.hh"
#include "Types.hh"
#include "Units.hh"
Namespaces | |
celeritas::units | |
Units in Celeritas for macro-scale quantities. | |
Macros | |
#define | CELER_US_VISIT_CASE(TYPE) |
Functions | |
template<class F > | |
constexpr decltype(auto) | celeritas::units::visit_unit_system (F &&func, UnitSystem sys) |
Expand a macro to a switch statement over all possible unit system types. More... | |
Annotated unit struct definitions for use with Quantity.
#define CELER_US_VISIT_CASE | ( | TYPE | ) |