|
Unit Conversion and Dimensional Analysis Library
2.3.0
A compile-time c++14 unit conversion library
|
unit_t scale which is linear More...
#include <units.h>
Public Member Functions | |
| constexpr | linear_scale ()=default |
| default constructor. | |
| constexpr | linear_scale (const linear_scale &)=default |
| linear_scale & | operator= (const linear_scale &)=default |
Public Attributes | |
| T | m_value |
| linearized value. | |
unit_t scale which is linear
Represents units on a linear scale. This is the appropriate unit_t scale for almost all units almost all of the time.
| T | underlying storage type |
1.8.17