SI
2.5.4
A header only c++ library that provides type safety and user defined literals for handling physical values defined in the International System of Units.
|
#include <number_parser.h>
Public Types | |
using | digit = Digit< _base, _digit > |
using | recursive_power = Power_impl< _base, _digits... > |
Static Public Attributes | |
static constexpr std::intmax_t | power |
Struct containing a power to a base; used as multiplicator of each position in a number
using SI::detail::parsing::Power_impl< _base, _digit, _digits >::digit = Digit<_base, _digit> |
using SI::detail::parsing::Power_impl< _base, _digit, _digits >::recursive_power = Power_impl<_base, _digits...> |
|
staticconstexpr |