Transcoder< Encoding, Encoding > Struct Template Reference#
Transcoder< Encoding, Encoding > Struct Template Reference
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) |
Detailed Description
template<typename Encoding>
struct Transcoder< Encoding, Encoding >
struct Transcoder< Encoding, Encoding >
Specialization of Transcoder with same source and target encoding.
Member Function Documentation
◆ Transcode()
template<typename Encoding>
template<typename InputStream, typename OutputStream>
|
inlinestatic |
◆ TranscodeUnsafe()
template<typename Encoding>
template<typename InputStream, typename OutputStream>
|
inlinestatic |
◆ Validate()
template<typename Encoding>
template<typename InputStream, typename OutputStream>
|
inlinestatic |
The documentation for this struct was generated from the following file: