Specialization of Transcoder with same source and target encoding.
More...
#include <encodings.h>
|
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) |
|
template<typename
Encoding>
struct Transcoder< Encoding, Encoding >
Definition at line 691 of file encodings.h.
◆ Transcode()
template<typename InputStream , typename OutputStream >
Definition at line 693 of file encodings.h.
693 {
695 return true;
696 }
◆ TranscodeUnsafe()
template<typename InputStream , typename OutputStream >
Definition at line 699 of file encodings.h.
699 {
701 return true;
702 }
void PutUnsafe(Stream &stream, typename Stream::Ch c)
Write character to a stream, presuming buffer is reserved.
◆ Validate()
template<typename InputStream , typename OutputStream >
Definition at line 705 of file encodings.h.
705 {
706 return Encoding::Validate(is,
os);
707 }
The documentation for this struct was generated from the following file:
- libraries/fc/include/fc/crypto/webauthn_json/include/rapidjson/encodings.h