24 template <
typename _exponent,
typename _type,
typename _ratio>
27 template <
typename _type,
typename _ratio>
30 template <
typename _type,
typename _ratio>
37 template <
typename _type>
39 template <
typename _type>
42 template <
typename _type>
44 template <
typename _type>
59 template <
typename _ratio>
63 static_assert(std::ratio_less_equal<_ratio, std::ratio<1>>::value,
64 "Generic streaming only implemented for ratios <=1");
67 inline namespace literals {
89 template <
char... _digits>
95 template <
char... _digits>
Definition: absorbed_dose.h:18
interface class for number
Definition: number_parser.h:111
Compile time string provider for conversion of unit types to strings.
Definition: unit_symbol.h:21
base template class for holding values of type _type to be multiplied with a ratio _ratio
Definition: unit.h:51
Base struct. Unusable needs template overloading.
Definition: unit_symbol.h:64