Encoding Class Reference

Concept for encoding of Unicode characters. More...

#include <rapidjson.h>

+ Inheritance diagram for Encoding:

Detailed Description

Concept for encoding of Unicode characters.

concept Encoding {
typename Ch;
static Ch* Encode(Ch *buffer, unsigned codepoint);
};
Concept for encoding of Unicode characters.

The documentation for this class was generated from the following file: