#include <arg_router/utility/utf8.hpp>
A simple wrapper for a string view that allows code point iteration in range-for loops.
}
constexpr static range_t range(std::string_view str) noexcept
Definition at line 70 of file utf8.hpp.
◆ begin()
constexpr iterator arg_router::utility::utf8::iterator::range_t::begin |
( |
| ) |
|
|
inlineconstexprnoexcept |
Returns a start iterator.
- Returns
- Start iterator
Definition at line 79 of file utf8.hpp.
◆ end()
constexpr static iterator arg_router::utility::utf8::iterator::range_t::end |
( |
| ) |
|
|
inlinestaticconstexprnoexcept |
Returns an end iterator.
- Returns
- End iterator
Definition at line 85 of file utf8.hpp.
The documentation for this class was generated from the following file: