Go to the source code of this file.
|
| namespace | units |
| | Unit Conversion Library namespace.
|
| |
| namespace | units::acceleration |
| | namespace for unit types and containers representing acceleration values
|
| |
|
| | units::UNIT_ADD (acceleration, meters_per_second_squared, meters_per_second_squared, mps_sq, unit< std::ratio< 1 >, units::category::acceleration_unit >) UNIT_ADD(acceleration |
| |
| compound_unit< length::feet, inverse< squared< time::seconds > > > | units::UNIT_ADD (acceleration, standard_gravity, standard_gravity, SG, unit< std::ratio< 980665, 100000 >, meters_per_second_squared >) using namespace acceleration |
| |