An encoding where the input is assumed to be valid UTF-32. More...
#include <encoding.hpp>
Public Types | |
using | char_type = char32_t |
using | int_type = char32_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-32.
Definition at line 156 of file encoding.hpp.
using lexy::utf32_encoding::char_type = char32_t |
Definition at line 158 of file encoding.hpp.
using lexy::utf32_encoding::int_type = char32_t |
Definition at line 159 of file encoding.hpp.
|
inlinestatic |
Definition at line 167 of file encoding.hpp.
|
inlinestaticconstexpr |
Definition at line 162 of file encoding.hpp.
Definition at line 173 of file encoding.hpp.