An encoding where the input is assumed to be valid UTF-8, but the char type is char. More...
#include <encoding.hpp>
Public Types | |
using | char_type = char |
using | int_type = char |
Static Public Member Functions | |
static LEXY_CONSTEVAL int_type | eof () |
template<typename OtherCharType > | |
static constexpr bool | is_secondary_char_type () |
static constexpr int_type | to_int_type (char_type c) |
An encoding where the input is assumed to be valid UTF-8, but the char type is char.
Definition at line 108 of file encoding.hpp.
using lexy::utf8_char_encoding::char_type = char |
Definition at line 110 of file encoding.hpp.
using lexy::utf8_char_encoding::int_type = char |
Definition at line 111 of file encoding.hpp.
|
inlinestatic |
Definition at line 119 of file encoding.hpp.
|
inlinestaticconstexpr |
Definition at line 114 of file encoding.hpp.
|
inlinestaticconstexpr |
Definition at line 125 of file encoding.hpp.