template <typename T>
rll::detail::utf8_reader struct

Public static functions

static auto trailing_utf8_code_point(T const*& it, 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(T const*& it, T const* end, bool& error, u32& error_symbol) →  char constexpr