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.
|
interface class for number More...
#include <number_parser.h>
Additional Inherited Members | |
Public Types inherited from SI::detail::parsing::Number_impl< 10, _digits... > | |
using | digit = Digit< base, _digit > |
using | recursive_number = Number_impl< _base, _digits... > |
Static Public Attributes inherited from SI::detail::parsing::Number_impl< 10, _digits... > | |
static constexpr std::intmax_t | base |
static constexpr std::intmax_t | magnitude |
static constexpr std::intmax_t | power |
static constexpr std::intmax_t | value |
interface class for number