Unit Conversion and Dimensional Analysis Library
2.3.0
A compile-time c++14 unit conversion library
|
namespace for unit types and containers for units that have no dimension (scalar units) More...
Typedefs | |
typedef unit< std::ratio< 1 >, units::category::scalar_unit > | scalar |
typedef unit< std::ratio< 1 >, units::category::dimensionless_unit > | dimensionless |
typedef unit_t< scalar > | scalar_t |
typedef scalar_t | dimensionless_t |
typedef unit_t< scalar, double, decibel_scale > | dB_t |
typedef dB_t | dBi_t |
Functions | |
std::ostream & | operator<< (std::ostream &os, const dB_t &obj) |