|
Unit Conversion and Dimensional Analysis Library 2.3.0
A compile-time c++14 unit conversion library
|
namespace for unit types and containers representing temperature values More...
Typedefs | |
Units (full names plural) | |
| typedef unit< std::ratio< 1 >, units::category::temperature_unit > | kelvin |
Units (abbreviated) | |
| typedef kelvin | K |
Unit Containers | |
| typedef unit_t< kelvin > | kelvin_t |
| typedef unit_t< celsius > | celsius_t |
| typedef unit_t< fahrenheit > | fahrenheit_t |
| typedef unit_t< reaumur > | reaumur_t |
| typedef unit_t< rankine > | rankine_t |