rapidjson::UTF32< CharType > Struct Template Reference
rapidjson::UTF32< CharType > Struct Template Reference
UTF-32 encoding. More...
#include <ThirdParty/rapidjson/include/rapidjson/encodings.h>
Inheritance diagram for rapidjson::UTF32< CharType >:
Collaboration diagram for rapidjson::UTF32< CharType >:
Public Types | |
typedef CharType | Ch |
Public Member Functions | |
RAPIDJSON_STATIC_ASSERT (sizeof(Ch) >=4) | |
Detailed Description
template<typename CharType = unsigned>
struct rapidjson::UTF32< CharType >
UTF-32 encoding.
http://en.wikipedia.org/wiki/UTF-32
- Template Parameters
-
Ch Type for storing 32-bit UTF-32 data. Default is unsigned. C++11 may use char32_t instead.
The documentation for this struct was generated from the following file:
- Source/ThirdParty/rapidjson/include/rapidjson/encodings.h