Specialization of Transcoder with same source and target encoding. 更多...
#include <encodings.h>
静态 Public 成员函数 | |
template<typename InputStream , typename OutputStream > | |
static RAPIDJSON_FORCEINLINE bool | Transcode (InputStream &is, OutputStream &os) |
template<typename InputStream , typename OutputStream > | |
static RAPIDJSON_FORCEINLINE bool | TranscodeUnsafe (InputStream &is, OutputStream &os) |
template<typename InputStream , typename OutputStream > | |
static RAPIDJSON_FORCEINLINE bool | Validate (InputStream &is, OutputStream &os) |
Specialization of Transcoder with same source and target encoding.