units_dimensionless(3)
| units::dimensionless(3) | Unit Conversion and Dimensional Analysis Library | units::dimensionless(3) |
NAME
units::dimensionless - namespace for unit types and containers for units that have no dimension (scalar units)
SYNOPSIS
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)
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.
Author
Generated automatically by Doxygen for Unit Conversion and Dimensional Analysis Library from the source code.
| Wed Feb 11 2026 09:38:34 | Version 2.3.0 |
