44#if !defined(DISABLE_PREDEFINED_UNITS) || defined(ENABLE_PREDEFINED_FORCE_UNITS)
52 compound_unit<acceleration::standard_gravity, mass::kilograms>)
#define UNIT_ADD_CATEGORY_TRAIT(unitCategory)
Macro to create the is_category_unit type trait.
Definition: base.h:369
typename units::detail::inverse_impl< U >::type inverse
represents the inverse unit type of class U.
Definition: base.h:1134
typename units::detail::squared_impl< U >::type squared
represents the unit type of class U squared
Definition: base.h:1165
typename units::detail::compound_impl< U, Us... >::type compound_unit
Represents a unit type made up from other units.
Definition: base.h:1434
Unit Conversion Library namespace.
Definition: data.h:31
UNIT_ADD_WITH_METRIC_PREFIXES(solid_angle, steradian, steradians, sr, unit< std::ratio< 1 >, units::category::solid_angle_unit >) UNIT_ADD(solid_angle
squared< angle::degrees > UNIT_ADD(solid_angle, spat, spats, sp, unit< std::ratio< 4 >, steradians, std::ratio< 1 > >) using namespace solid_angle
compound_unit< mass::slug, length::foot, inverse< squared< time::seconds > > > pdl
Definition: force.h:54
compound_unit< mass::slug, length::foot, inverse< squared< time::seconds > > > poundal
Definition: force.h:54
lbf
Definition: force.h:48
compound_unit< mass::slug, length::foot, inverse< squared< time::seconds > > > poundals
Definition: force.h:54
pounds
Definition: mass.h:44
pound
Definition: mass.h:44
Class representing SI base unit types.
Definition: base.h:757
Type representing an arbitrary unit.
Definition: base.h:884