header_utils
|
A simple view over an UTF8 string range with codepoint values. More...
Inherits std::ranges::view_interface< utf8_view< R > >.
Public Member Functions | |
constexpr | utf8_view (R base) |
template<typename... ARGS> requires std::constructible_from<std::string_view, ARGS...> | |
constexpr | utf8_view (ARGS &&... args) |
constexpr R | base () const & |
constexpr R | base () && |
constexpr auto | begin () const |
constexpr auto | end () const |
A simple view over an UTF8 string range with codepoint values.
|
inlineconstexpr |
|
inlineexplicitconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |