u5e
UnicodeTextC++Library
utf32ne_string_grapheme_iterator.hpp
1 #ifndef INCLUDED_U5E_UTF32NE_STRING_GRAPHEME_ITERATOR
2 #define INCLUDED_U5E_UTF32NE_STRING_GRAPHEME_ITERATOR
3 
4 #include <u5e/utf32ne_string_grapheme.hpp>
5 #include <u5e/basic_grapheme_iterator.hpp>
6 
7 namespace u5e {
8  /**
9  * \class u5e::utf32ne_string_grapheme_iterator
10  * \brief Typedef: basic_grapheme_iterator of utf32ne_string
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_grapheme_iterator
16  * \brief A basic_grapheme_iterator of utf32ne_string
17  */
18  typedef basic_grapheme_iterator<utf32ne_string>
20 };
21 
22 #endif
main u5e namespace
basic_encodedstring< utf32ne, std::basic_string< int > > utf32ne_string
A basic_encodedstring of utf32ne and std::basic_string<int>
basic_grapheme_iterator< utf32ne_string > utf32ne_string_grapheme_iterator
A basic_grapheme_iterator of utf32ne_string.