Specialization of Transcoder with same source and target encoding. More...
#include <encodings.h>
Static Public Member Functions | |
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.
Definition at line 691 of file encodings.h.
|
inlinestatic |
Definition at line 693 of file encodings.h.
|
inlinestatic |
Definition at line 699 of file encodings.h.
|
inlinestatic |
Definition at line 705 of file encodings.h.