|
Unit Conversion and Dimensional Analysis Library 2.3.0
A compile-time c++14 unit conversion library
|
unit_t scale for representing decibel values. More...
#include <units.h>
Public Attributes | |
| T | m_value |
| linearized value | |
unit_t scale for representing decibel values.
internally stores linearized values. operator() returns the value in dB.
| T | underlying storage type |