units_torque(3)
| units::torque(3) | Unit Conversion and Dimensional Analysis Library | units::torque(3) |
NAME
units::torque - namespace for unit types and containers representing torque values
SYNOPSIS
Typedefs
Units (full names plural)
typedef unit< std::ratio< 1 >, units::energy::joule
> newton_meters
Units (full names singular)
typedef newton_meters newton_meter
Units (abbreviated)
typedef newton_meters Nm
Unit Containers
typedef unit_t< newton_meter > newton_meter_t
typedef unit_t< foot_pound > foot_pound_t
typedef unit_t< foot_poundal > foot_poundal_t
typedef unit_t< inch_pound > inch_pound_t
typedef unit_t< meter_kilogram > meter_kilogram_t
Functions
std::ostream & operator<< (std::ostream &os,
const newton_meter_t &obj)
std::string to_string (const newton_meter_t &obj)
std::ostream & operator<< (std::ostream &os, const
foot_pound_t &obj)
std::string to_string (const foot_pound_t &obj)
std::ostream & operator<< (std::ostream &os, const
foot_poundal_t &obj)
std::string to_string (const foot_poundal_t &obj)
std::ostream & operator<< (std::ostream &os, const
inch_pound_t &obj)
std::string to_string (const inch_pound_t &obj)
std::ostream & operator<< (std::ostream &os, const
meter_kilogram_t &obj)
std::string to_string (const meter_kilogram_t &obj)
Detailed Description
namespace for unit types and containers representing torque values
The SI unit for torque is newton_meters, and the corresponding base_unit category is torque_units.
See also
Author
Generated automatically by Doxygen for Unit Conversion and Dimensional Analysis Library from the source code.
| Wed Mar 29 2023 | Version 2.3.0 |
