UTF-32 encoding.
More...
#include <rapidjson.h>
|
static Ch * | Encode (Ch *buffer, unsigned codepoint) |
|
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. |
◆ Ch
template<typename CharType = unsigned>
◆ Encode()
template<typename CharType = unsigned>
427 *buffer++ = codepoint;
#define RAPIDJSON_ASSERT(x)
Assertion.
Definition: rapidjson.h:105
References RAPIDJSON_ASSERT.
The documentation for this struct was generated from the following file: