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 | mutate_in_macro { cas , sequence_number , value_crc32c } |
Functions | |
auto | to_mutate_in_macro (std::string_view input) -> std::optional< mutate_in_macro > |
Parses string as mutate_in macro. | |
auto | to_binary (mutate_in_macro value) -> std::vector< std::byte > |
Converts macro into binary array suitable for sending to the server. | |