64 [[nodiscard]]
auto content() const -> std::uint64_t
70 std::uint64_t content_{};
CAS is a special type that represented in protocol using unsigned 64-bit integer, but only equality c...
Definition cas.hxx:34
Represents result of counter operations.
Definition counter_result.hxx:35
auto content() const -> std::uint64_t
Current value of the counter.
Definition counter_result.hxx:64
counter_result(couchbase::cas cas, couchbase::mutation_token token, std::uint64_t content)
Constructs result for get_any_replica operation, or an entry for get_all_replicas operation.
Definition counter_result.hxx:53
Represents result of mutation operations.
Definition mutation_result.hxx:35
Value object to contain partition details and sequence number.
Definition mutation_token.hxx:32
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28