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