|
Unit Conversion and Dimensional Analysis Library 3.6.1
A compile-time, header-only C++23 dimensional-analysis library
|
Defines the constructors of the unit container type. More...
Functions | |
| constexpr | units::unit< ConversionFactor, T, NumericalScale >::unit ()=default |
| < Type of conversion_factor the unit represents (e.g. meters) | |
| constexpr | units::unit< ConversionFactor, T, NumericalScale >::unit (const unit &)=default |
| default copy constructor. | |
Defines the constructors of the unit container type.
|
constexprdefault |
< Type of conversion_factor the unit represents (e.g. meters)
default constructor.