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