|
Couchbase C++ SDK 1.2.0 (rev. c2439a4)
|
#include <couchbase/codec/raw_string_transcoder.hxx>
Public Types | |
| using | document_type = std::string |
Static Public Member Functions | |
| static auto | encode (document_type document) -> encoded_value |
| template<typename Document = document_type, std::enable_if_t< std::is_same_v< Document, document_type >, bool > = true> | |
| static auto | decode (const encoded_value &encoded) -> Document |
| using document_type = std::string |
|
inlinestatic |
|
inlinestatic |