Unit Conversion and Dimensional Analysis Library  2.3.0
A compile-time c++14 unit conversion library
Functions
units::torque Namespace Reference

namespace for unit types and containers representing torque values More...

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
See unit_t for more information on unit type containers.