|
arg_router
1.4.0
C++ command line argument parsing and routing
|
#include <arg_router/utility/utf8.hpp>
Classes | |
| class | range_t |
Public Types | |
| using | difference_type = std::string_view::difference_type |
| using | value_type = std::string_view |
| using | pointer = const value_type * |
| using | reference = const value_type & |
| using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
| constexpr | iterator () noexcept |
| constexpr | iterator (std::string_view str) noexcept |
| constexpr bool | operator== (iterator other) const noexcept |
| constexpr bool | operator!= (iterator other) const noexcept |
| constexpr value_type | operator* () const noexcept |
| constexpr iterator & | operator++ () noexcept |
| constexpr iterator | operator++ (int) noexcept |
Static Public Member Functions | |
| constexpr static range_t | range (std::string_view str) noexcept |
Forward iterator for a string's grapheme clusters a.k.a. user-perceived characters.
| using arg_router::utility::utf8::iterator::difference_type = std::string_view::difference_type |
| using arg_router::utility::utf8::iterator::iterator_category = std::forward_iterator_tag |
| using arg_router::utility::utf8::iterator::pointer = const value_type* |
| using arg_router::utility::utf8::iterator::reference = const value_type& |
| using arg_router::utility::utf8::iterator::value_type = std::string_view |
|
inlineconstexprnoexcept |
|
inlineexplicitconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlinestaticconstexprnoexcept |