template <>
rll::detail::char_reader<char8_t> struct

Base classes

template <typename T>
struct utf8_reader<char8_t>
template <typename T>
struct char_or_throw<char8_t>

Public static functions

static void has_throw() constexpr noexcept
static auto next(char8_t const*& it, char8_t const* begin, char8_t const* end) →  char constexpr
static auto next_or_error(char8_t const*& it, char8_t const* end, bool& error, uint32_t& error_symbol) →  char constexpr noexcept
static auto trailing_utf8_code_point(char8_t const*& it, char8_t const* end, bool& correct) →  u32 constexpr noexcept
static auto utf8_code_point(uint8_t byte, bool& correct) →  symbol constexpr noexcept
static auto utf8_next_or_error(char8_t const*& it, char8_t const* end, bool& error, u32& error_symbol) →  char constexpr