u5e
UnicodeTextC++Library
utf32ne_string.hpp
1 #ifndef INCLUDED_U5E_UTF32NE_STRING
2 #define INCLUDED_U5E_UTF32NE_STRING
3 
4 #include <string>
5 #include <u5e/basic_encodedstring.hpp>
6 #include <u5e/utf32ne.hpp>
7 
8 namespace u5e {
9  /**
10  * \class u5e::utf32ne_string
11  * \brief Typedef: basic_encodedstring of utf32ne and std::basic_string<int>
12  *
13  * Although this is a typedef, it shows up in doxygen as a class for
14  * better discoverability.
15  *
16  * \typedef utf32ne_string
17  * \brief A basic_encodedstring of utf32ne and std::basic_string<int>
18  */
20  std::basic_string<int>>
22 };
23 
24 #endif
main u5e namespace
basic_encodedstring< utf32ne, std::basic_string< int > > utf32ne_string
A basic_encodedstring of utf32ne and std::basic_string<int>
Architecture-specific type to interface UTF32BE or UTF32LE.
Definition: utf32ne.hpp:20
basic encoding support over string-like objects.