dius 0.1.0
|
View adaptor to segment a Unicode string into grapheme clusters. More...
#include <generic/dius/unicode/grapheme_cluster.h>
Public Member Functions | |
GraphemeClusterView ()=default | |
constexpr | GraphemeClusterView (View base) |
constexpr auto | base () const &-> View requires(di::concepts::CopyConstructible< View >) |
constexpr auto | base () &&-> View |
constexpr auto | begin () -> Iterator |
constexpr auto | end () |
Friends | |
struct | Sentinel |
struct | Iterator |
View adaptor to segment a Unicode string into grapheme clusters.
|
default |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
friend |
|
friend |