|
Unit Conversion and Dimensional Analysis Library 2.3.0
A compile-time c++14 unit conversion library
|
namespace for unit types and containers representing torque values More...
Typedefs | |
Units (full names plural) | |
| typedef unit< std::ratio< 1 >, units::energy::joule > | newton_meters |
Units (full names singular) | |
| typedef newton_meters | newton_meter |
Units (abbreviated) | |
| typedef newton_meters | Nm |
Unit Containers | |
| typedef unit_t< newton_meter > | newton_meter_t |
| typedef unit_t< foot_pound > | foot_pound_t |
| typedef unit_t< foot_poundal > | foot_poundal_t |
| typedef unit_t< inch_pound > | inch_pound_t |
| typedef unit_t< meter_kilogram > | meter_kilogram_t |