Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
#include <optional>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | couchbase |
Represents a single item from the result of collection::scan() | |
namespace | couchbase::subdoc |
Enumerations | |
enum class | lookup_in_macro { document , expiry_time , cas , sequence_number , vbucket_uuid , last_modified , is_deleted , value_size_bytes , revision_id , flags , vbucket } |
Functions | |
auto | to_lookup_in_macro (std::string_view input) -> std::optional< lookup_in_macro > |
Parses string as lookup_in macro. | |
auto | to_string (lookup_in_macro value) -> std::string |
Converts macro into binary array suitable for sending to the server. | |