u5e
UnicodeTextC++Library
utf32ne_string_view_grapheme.hpp
1 #ifndef INCLUDED_U5E_UTF32NE_STRING_VIEW_GRAPHEME
2 #define INCLUDED_U5E_UTF32NE_STRING_VIEW_GRAPHEME
3 
4 #include <u5e/basic_grapheme.hpp>
5 #include <u5e/utf32ne_string_view.hpp>
6 
7 namespace u5e {
8  /**
9  * \class u5e::utf32ne_string_view_grapheme
10  * \brief Typedef: basic_grapheme of utf32ne_string_view
11  *
12  * Although this is a typedef, it shows up in doxygen as a class for
13  * better discoverability.
14  *
15  * \typedef u5e::utf32ne_string_view_grapheme
16  * \brief A basic_grapheme of utf32ne_string_view
17  */
19 };
20 
21 #endif
main u5e namespace
basic_encodedstring< u5e::utf32ne, std::experimental::basic_string_view< int > > utf32ne_string_view
A basic_encodedstring of utf32ne and basic_string_view<int>
Represents a single grapheme cluster.
basic_grapheme< utf32ne_string_view > utf32ne_string_view_grapheme
A basic_grapheme of utf32ne_string_view.