|
Unit Conversion and Dimensional Analysis Library 2.3.0
A compile-time c++14 unit conversion library
|
namespace for unit types and containers representing time values More...
Typedefs | |
Units (full names plural) | |
| typedef unit< std::ratio< 1 >, units::category::time_unit > | seconds |
Units (full names singular) | |
| typedef seconds | second |
Units (abbreviated) | |
| typedef seconds | s |
Unit Containers | |
| typedef unit_t< second > | second_t |
| typedef unit_t< minute > | minute_t |
| typedef unit_t< hour > | hour_t |
| typedef unit_t< day > | day_t |
| typedef unit_t< week > | week_t |
| typedef unit_t< year > | year_t |
| typedef unit_t< julian_year > | julian_year_t |
| typedef unit_t< gregorian_year > | gregorian_year_t |