|
Unit Conversion and Dimensional Analysis Library 2.3.0
A compile-time c++14 unit conversion library
|
namespace for unit types and containers representing mass values More...
Typedefs | |
Units (full names plural) | |
| typedef unit< std::ratio< 1, 1000 >, units::category::mass_unit > | grams |
Units (full names singular) | |
| typedef grams | gram |
Units (abbreviated) | |
| typedef grams | g |
Unit Containers | |
| typedef unit_t< gram > | gram_t |
| typedef unit_t< metric_ton > | metric_ton_t |
| typedef unit_t< pound > | pound_t |
| typedef unit_t< long_ton > | long_ton_t |
| typedef unit_t< short_ton > | short_ton_t |
| typedef unit_t< stone > | stone_t |
| typedef unit_t< ounce > | ounce_t |
| typedef unit_t< carat > | carat_t |
| typedef unit_t< slug > | slug_t |