An encoding where the input is assumed to be valid UTF-16. More...
#include <encoding.hpp>
Public Types | |
using | char_type = char16_t |
using | int_type = std::int_least32_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-16.
Definition at line 132 of file encoding.hpp.
using lexy::utf16_encoding::char_type = char16_t |
Definition at line 134 of file encoding.hpp.
using lexy::utf16_encoding::int_type = std::int_least32_t |
Definition at line 135 of file encoding.hpp.
|
inlinestatic |
Definition at line 143 of file encoding.hpp.
|
inlinestaticconstexpr |
Definition at line 138 of file encoding.hpp.
Definition at line 149 of file encoding.hpp.