Transcoder< Encoding, Encoding >
Engine/source/persistence/rapidjson/encodings.h
Specialization of Transcoder with same source and target encoding.
Public Static Functions
RAPIDJSON_FORCEINLINE bool
Transcode(InputStream & is, OutputStream & os)
RAPIDJSON_FORCEINLINE bool
TranscodeUnsafe(InputStream & is, OutputStream & os)
RAPIDJSON_FORCEINLINE bool
Validate(InputStream & is, OutputStream & os)
Detailed Description
Specialization of Transcoder with same source and target encoding.
Public Static Functions
Transcode(InputStream & is, OutputStream & os)
TranscodeUnsafe(InputStream & is, OutputStream & os)
Validate(InputStream & is, OutputStream & os)