#include <rll/impl/char_reader.h>
template <>
char_reader<char32_t> struct
Base classes
-
template <typename T>struct utf32_reader<char32_t>
-
template <typename T>struct char_or_throw<char32_t>
Public static functions
- static void has_throw() constexpr noexcept
- static auto next(char32_t const*& it, char32_t const* begin, char32_t const* end) → char constexpr
- static auto next_or_error(char32_t const*& it, char32_t const* end, bool& error, u32& error_symbol) → char constexpr noexcept
- static auto utf32_next_or_error(char32_t const*& it, char32_t const*, bool& error, uint32_t& error_symbol) → char constexpr noexcept