|
Unit Conversion and Dimensional Analysis Library 2.3.0
A compile-time c++14 unit conversion library
|
namespace for unit types and containers representing substance values More...
Typedefs | |
Units (full names plural) | |
| typedef unit< std::ratio< 1 >, units::category::substance_unit > | moles |
Units (full names singular) | |
| typedef moles | mole |
Units (abbreviated) | |
| typedef moles | mol |
Unit Containers | |
| typedef unit_t< mole > | mole_t |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const mole_t &obj) |
| std::string | to_string (const mole_t &obj) |