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

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

Functions

std::ostream & operator<< (std::ostream &os, const newton_t &obj)
 
std::string to_string (const newton_t &obj)
 
std::ostream & operator<< (std::ostream &os, const pound_t &obj)
 
std::string to_string (const pound_t &obj)
 
std::ostream & operator<< (std::ostream &os, const dyne_t &obj)
 
std::string to_string (const dyne_t &obj)
 
std::ostream & operator<< (std::ostream &os, const kilopond_t &obj)
 
std::string to_string (const kilopond_t &obj)
 
std::ostream & operator<< (std::ostream &os, const poundal_t &obj)
 
std::string to_string (const poundal_t &obj)
 

Detailed Description

namespace for unit types and containers representing force values

The SI unit for force is newtons, and the corresponding base_unit category is force_unit.

See also
See unit_t for more information on unit type containers.