25 template <
typename _type,
typename _ratio>
28 template <
typename _type,
typename _ratio>
31 template <
typename _type>
36 template <
typename _type>
40 template <
typename _type>
54 struct unit_symbol<'v', std::ratio_divide<std::kilo, std::ratio<3600, 1>>::type>
57 template <
typename _ratio>
61 inline namespace literals {
72 template <
char... _digits>
78 template <
char... _digits>
88 constexpr kilometre_per_hour_t<long double>
89 operator""_km_p_h(
long double value) {
BUILD_UNIT_FROM_DIVISION(electric_conductance_t, electric_current_t, electric_potential_t) template< typename _type
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