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

namespace for unit types and containers for units that have no dimension (scalar units) More...

Typedefs

typedef unit< std::ratio< 1 >, units::category::scalar_unitscalar
 
typedef unit< std::ratio< 1 >, units::category::dimensionless_unitdimensionless
 
typedef unit_t< scalarscalar_t
 
typedef scalar_t dimensionless_t
 
typedef unit_t< scalar, double, decibel_scaledB_t
 
typedef dB_t dBi_t
 

Functions

std::ostream & operator<< (std::ostream &os, const dB_t &obj)
 

Detailed Description

namespace for unit types and containers for units that have no dimension (scalar units)

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