#include <number_parser.h>
◆ digit
template<std::intmax_t _base, char _digit, char... _digits>
◆ recursive_magnitude
template<std::intmax_t _base, char _digit, char... _digits>
Initial value:=
Magnitude<_base, _digits...>
::value
static constexpr std::intmax_t value
Definition: number_parser.h:72
◆ value
template<std::intmax_t _base, char _digit, char... _digits>
Initial value:=
static constexpr bool is_valid_digit
Definition: number_parser.h:29
static constexpr std::intmax_t recursive_magnitude
Definition: number_parser.h:70
The documentation for this struct was generated from the following file: