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