#include <couchbase/codec/raw_json_transcoder.hxx>
|
template<typename Document , std::enable_if_t< std::is_same_v< Document, std::string >||std::is_same_v< Document, binary >, bool > = true> |
static auto | encode (const Document &document) -> encoded_value |
|
template<typename Document , std::enable_if_t< std::is_same_v< Document, std::string >||std::is_same_v< Document, binary >, bool > = true> |
static auto | decode (const encoded_value &encoded) -> Document |
|
◆ decode()
template<typename Document , std::enable_if_t< std::is_same_v< Document, std::string >||std::is_same_v< Document,
binary >, bool > = true>
◆ encode()
template<typename Document , std::enable_if_t< std::is_same_v< Document, std::string >||std::is_same_v< Document,
binary >, bool > = true>
The documentation for this class was generated from the following file: