#include <lexy/_detail/code_point.hpp>
#include <lexy/callback/base.hpp>
#include <lexy/code_point.hpp>
#include <lexy/encoding.hpp>
#include <lexy/input/base.hpp>
#include <lexy/lexeme.hpp>
Go to the source code of this file.
Classes | |
struct | lexy::_as_string< String, Encoding, CaseFoldingDSL > |
struct | lexy::_as_string< String, Encoding, CaseFoldingDSL >::_sink |
Namespaces | |
lexy | |
Typedefs | |
template<typename String > | |
using | lexy::_string_char_type = LEXY_DECAY_DECLTYPE(LEXY_DECLVAL(String)[0]) |
Variables | |
template<typename String , typename Encoding = deduce_encoding<_string_char_type<String>>> | |
constexpr auto | lexy::as_string = _as_string<String, Encoding>{} |