25template <
typename _type,
typename _ratio>
28template <
typename _type,
typename _ratio>
31template <
typename _type>
36template <
typename _type>
40template <
typename _type>
54struct unit_symbol<'v', std::ratio_divide<std::kilo, std::ratio<3600, 1>>::type>
57template <
typename _ratio>
61inline namespace literals {
72template <
char... _digits>
78template <
char... _digits>
88constexpr kilometre_per_hour_t<long double>
89operator""_km_p_h(
long double value) {
Definition absorbed_dose.h:18
#define BUILD_UNIT_FROM_DIVISION(RESULTING_UNIT_T, DIVIDEND_UNIT_T, DIVISOR_UNIT_T)
Definition operator_helpers.h:22
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