units
Use physical dimensions at compile-time or run-time.
|
Specialization of scalar for float. More...
#include <number.hpp>
Public Types | |
using | test = int |
For SFINAE, type defined only in specialization. More... | |
![]() | |
using | scalar = float & |
Scalar type. More... | |
Additional Inherited Members | |
![]() | |
basic_number () | |
By default, do not initialize. More... | |
constexpr | basic_number (float &const &vv) |
Initialize numeric value and exponents of units. More... | |
![]() | |
float & | v_ |
Numeric value that multiplies units. More... | |
Specialization of scalar for float.
Definition at line 93 of file number.hpp.
using vnix::units::number< float & >::test = int |
For SFINAE, type defined only in specialization.
Definition at line 95 of file number.hpp.