44#if !defined(DISABLE_PREDEFINED_UNITS) || \
45 defined(ENABLE_PREDEFINED_TEMPERATURE_UNITS)
49 unit<
std::ratio<1>, kelvin,
std::ratio<0>,
std::ratio<27315, 100>>)
50UNIT_ADD(temperature, fahrenheit, fahrenheit, degF,
53UNIT_ADD(temperature, rankine, rankine, Ra,
unit<
std::ratio<5, 9>, kelvin>)
58using namespace temperature;
#define UNIT_ADD_CATEGORY_TRAIT(unitCategory)
Macro to create the is_category_unit type trait.
Definition: base.h:381
Definition: BFloat16.h:88
Unit Conversion Library namespace.
Definition: magnetic_flux.h:31
celsius
Definition: temperature.h:48
UNIT_ADD(moment_of_inertia, kilogram_square_meter, kilogram_square_meters, kg_sq_m, compound_unit< mass::kilograms, area::square_meters >) using namespace moment_of_inertia
degC
Definition: temperature.h:48
Class representing SI base unit types.
Definition: base.h:769
Type representing an arbitrary unit.
Definition: base.h:895