66 return { base, cas_ };
CAS is a special type that represented in protocol using unsigned 64-bit integer, but only equality c...
Definition cas.hxx:34
Common options that used by most operations.
Definition common_durability_options.hxx:39
auto build_common_durability_options() const -> built
Definition common_durability_options.hxx:100
auto self() -> remove_options &
Definition common_options.hxx:102
Represents result of mutation operations.
Definition mutation_result.hxx:35
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28
std::function< void(error, mutation_result)> remove_handler
The signature for the handler of the collection::remove() operation.
Definition remove_options.hxx:103
Immutable value object representing consistent options.
Definition remove_options.hxx:48
const couchbase::cas cas
Definition remove_options.hxx:49
Options for collection::remove().
Definition remove_options.hxx:41
auto cas(couchbase::cas cas) -> remove_options &
Specifies a CAS value that will be taken into account on the server side for optimistic concurrency.
Definition remove_options.hxx:86
auto build() const -> built
Validates options and returns them as an immutable value.
Definition remove_options.hxx:63