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