An encoding where the input is assumed to be valid UTF-8. More...
#include <encoding.hpp>
Public Types | |
using | char_type = LEXY_CHAR8_T |
using | int_type = LEXY_CHAR8_T |
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.
Definition at line 84 of file encoding.hpp.
Definition at line 86 of file encoding.hpp.
Definition at line 87 of file encoding.hpp.
|
inlinestatic |
Definition at line 95 of file encoding.hpp.
|
inlinestaticconstexpr |
Definition at line 90 of file encoding.hpp.
Definition at line 101 of file encoding.hpp.