units_force(3)
| units::force(3) | Unit Conversion and Dimensional Analysis Library | units::force(3) |
NAME
units::force - namespace for unit types and containers representing force values
SYNOPSIS
Typedefs
Units (full names plural)
typedef unit< std::ratio< 1 >,
units::category::force_unit > newtons
Units (full names singular)
typedef newtons newton
Units (abbreviated)
typedef newtons N
Unit Containers
typedef unit_t< newton > newton_t
typedef unit_t< pound > pound_t
typedef unit_t< dyne > dyne_t
typedef unit_t< kilopond > kilopond_t
typedef unit_t< poundal > poundal_t
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
Author
Generated automatically by Doxygen for Unit Conversion and Dimensional Analysis Library from the source code.
| Wed Mar 29 2023 | Version 2.3.0 |
