Go to the source code of this file.
|
template<typename CharT > |
| lexy::string_input (const CharT *begin, const CharT *end) -> string_input< deduce_encoding< CharT >> |
|
template<typename CharT > |
| lexy::string_input (const CharT *data, std::size_t size) -> string_input< deduce_encoding< CharT >> |
|
template<typename View > |
| lexy::string_input (const View &) -> string_input< deduce_encoding< _string_view_char_type< View >>> |
|
template<typename Encoding , typename CharT > |
constexpr string_input< Encoding > | lexy::zstring_input (const CharT *str) noexcept |
|
template<typename CharT > |
constexpr auto | lexy::zstring_input (const CharT *str) noexcept |
|