#include <integer.hpp>
Public Types | |
using | type = T |
Static Public Member Functions | |
template<int Radix> | |
static constexpr bool | add_digit_checked (T &result, unsigned digit) |
template<int Radix> | |
static constexpr void | add_digit_unchecked (T &result, unsigned digit) |
Static Public Attributes | |
static constexpr auto | _max |
static constexpr auto | is_bounded = true |
template<int Radix> | |
static constexpr std::size_t | max_digit_count = _digit_count(Radix, _max) |
Definition at line 35 of file dsl/integer.hpp.
using lexy::integer_traits< T >::type = T |
Definition at line 37 of file dsl/integer.hpp.
|
inlinestaticconstexpr |
Definition at line 94 of file dsl/integer.hpp.
|
inlinestaticconstexpr |
Definition at line 88 of file dsl/integer.hpp.
|
staticconstexpr |
Definition at line 41 of file dsl/integer.hpp.
|
staticconstexpr |
Definition at line 39 of file dsl/integer.hpp.
|
staticconstexpr |
Definition at line 85 of file dsl/integer.hpp.