Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
mutate_in_macro.hxx File Reference
#include <optional>
#include <vector>
Include dependency graph for mutate_in_macro.hxx:
This graph shows which files directly or indirectly include this file:

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.