Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
lookup_in_macro.hxx File Reference
#include <optional>
#include <vector>
Include dependency graph for lookup_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  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.