#include <range_input.hpp>
Public Types | |
using | char_type = typename encoding::char_type |
using | encoding = Encoding |
using | iterator = Iterator |
using | sentinel = Sentinel |
Public Member Functions | |
constexpr iterator | begin () const noexcept |
constexpr sentinel | end () const noexcept |
constexpr | range_input () noexcept |
constexpr | range_input (iterator begin, sentinel end) noexcept |
constexpr auto | reader () const &noexcept |
Private Attributes | |
Iterator | _begin |
LEXY_EMPTY_MEMBER Sentinel | _end |
Definition at line 14 of file range_input.hpp.
using lexy::range_input< Encoding, Iterator, Sentinel >::char_type = typename encoding::char_type |
Definition at line 18 of file range_input.hpp.
using lexy::range_input< Encoding, Iterator, Sentinel >::encoding = Encoding |
Definition at line 17 of file range_input.hpp.
using lexy::range_input< Encoding, Iterator, Sentinel >::iterator = Iterator |
Definition at line 20 of file range_input.hpp.
using lexy::range_input< Encoding, Iterator, Sentinel >::sentinel = Sentinel |
Definition at line 21 of file range_input.hpp.
|
inlineconstexprnoexcept |
Definition at line 24 of file range_input.hpp.
|
inlineconstexprnoexcept |
Definition at line 26 of file range_input.hpp.
|
inlineconstexprnoexcept |
Definition at line 29 of file range_input.hpp.
|
inlineconstexprnoexcept |
Definition at line 34 of file range_input.hpp.
|
inlineconstexprnoexcept |
Definition at line 40 of file range_input.hpp.
|
private |
Definition at line 46 of file range_input.hpp.
|
private |
Definition at line 47 of file range_input.hpp.