22UNIT_ADD(angular_jerk, radians_per_second_cubed, radians_per_second_cubed,
27UNIT_ADD(angular_jerk, turns_per_second_cubed, turns_per_second_cubed,
33using namespace angular_jerk;
#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::cubed_impl< U >::type cubed
represents the type of class U cubed.
Definition: base.h:1195
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
degrees_per_second_cubed
Definition: angular_jerk.h:24
squared< angle::degrees > UNIT_ADD(solid_angle, spat, spats, sp, unit< std::ratio< 4 >, steradians, std::ratio< 1 > >) using namespace solid_angle
degrees
Definition: angle.h:43
deg_per_s_cu
Definition: angular_jerk.h:25
Class representing SI base unit types.
Definition: base.h:757
Type representing an arbitrary unit.
Definition: base.h:884