Go to the source code of this file.
Classes | |
class | lexy::range_input< Encoding, Iterator, Sentinel > |
Namespaces | |
lexy | |
Functions | |
template<typename Iterator , typename Sentinel > | |
lexy::range_input (Iterator begin, Sentinel end) -> range_input< deduce_encoding< LEXY_DECAY_DECLTYPE(*begin)>, Iterator, Sentinel > | |
Variables | |
template<typename Encoding , typename Iterator , typename Sentinel > | |
constexpr bool | lexy::input_is_view< range_input< Encoding, Iterator, Sentinel > > = true |