Concept for encoding of Unicode characters.
More...
Detailed Description
Concept for encoding of Unicode characters.
concept Encoding {
typename Ch;
static Ch* Encode(Ch *
buffer,
unsigned codepoint);
};
The documentation for this class was generated from the following file: