#include <integer.hpp>
Classes | |
struct | result_type |
Public Types | |
using | base = Base |
using | traits = lexy::integer_traits< T > |
Static Public Member Functions | |
template<typename Iterator > | |
static constexpr result_type | parse (Iterator cur, Iterator end) |
Static Public Attributes | |
static constexpr auto | radix = Base::digit_radix |
Definition at line 239 of file dsl/integer.hpp.
using lexyd::_unbounded_integer_parser< T, Base >::base = Base |
Definition at line 242 of file dsl/integer.hpp.
using lexyd::_unbounded_integer_parser< T, Base >::traits = lexy::integer_traits<T> |
Definition at line 241 of file dsl/integer.hpp.
|
inlinestaticconstexpr |
Definition at line 253 of file dsl/integer.hpp.
|
staticconstexpr |
Definition at line 244 of file dsl/integer.hpp.