43#if !defined(DISABLE_PREDEFINED_UNITS) || \
44 defined(ENABLE_PREDEFINED_TORQUE_UNITS)
45UNIT_ADD(torque, newton_meter, newton_meters, Nm,
46 unit<std::ratio<1>, units::energy::joule>)
49UNIT_ADD(torque, foot_poundal, foot_poundals, ftpdl,
53UNIT_ADD(torque, meter_kilogram, meter_kilograms, mkgf,
59using namespace torque;
#define UNIT_ADD_CATEGORY_TRAIT(unitCategory)
Macro to create the is_category_unit type trait.
Definition: base.h:369
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
foot_pounds
Definition: torque.h:47
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 > > > poundal
Definition: force.h:54
compound_unit< length::foot, force::pounds > inlb
Definition: torque.h:51
ftlb
Definition: torque.h:47
compound_unit< length::foot, force::pounds > inch_pounds
Definition: torque.h:51
pounds
Definition: mass.h:44
foot_pound
Definition: torque.h:47
compound_unit< length::foot, force::pounds > inch_pound
Definition: torque.h:51
Type representing an arbitrary unit.
Definition: base.h:884