43#if !defined(DISABLE_PREDEFINED_UNITS) || \
44 defined(ENABLE_PREDEFINED_ACCELERATION_UNITS)
45UNIT_ADD(acceleration, meters_per_second_squared, meters_per_second_squared,
49UNIT_ADD(acceleration, standard_gravity, standard_gravity, SG,
50 unit<
std::ratio<980665, 100000>, meters_per_second_squared>)
55using namespace acceleration;
#define UNIT_ADD_CATEGORY_TRAIT(unitCategory)
Macro to create the is_category_unit type trait.
Definition: base.h:381
typename units::detail::inverse_impl< U >::type inverse
represents the inverse unit type of class U.
Definition: base.h:1145
typename units::detail::squared_impl< U >::type squared
represents the unit type of class U squared
Definition: base.h:1176
typename units::detail::compound_impl< U, Us... >::type compound_unit
Represents a unit type made up from other units.
Definition: base.h:1445
Definition: BFloat16.h:88
Unit Conversion Library namespace.
Definition: magnetic_flux.h:31
UNIT_ADD(moment_of_inertia, kilogram_square_meter, kilogram_square_meters, kg_sq_m, compound_unit< mass::kilograms, area::square_meters >) using namespace moment_of_inertia
feet_per_second_squared
Definition: acceleration.h:47
fps_sq
Definition: acceleration.h:47
Class representing SI base unit types.
Definition: base.h:769
Type representing an arbitrary unit.
Definition: base.h:895