|
Couchbase C++ SDK 1.4.0 (rev. 59aa900)
|
Represents result of exists operations. More...
#include <couchbase/exists_result.hxx>

Public Member Functions | |
| exists_result ()=default | |
| exists_result (couchbase::cas cas, bool exists) | |
| Constructs result for get_any_replica operation, or an entry for get_all_replicas operation. | |
| auto | exists () const -> bool |
| Public Member Functions inherited from result | |
| result ()=default | |
| result (couchbase::cas cas) | |
| result (couchbase::cas cas, couchbase::node_id node_id) | |
| auto | cas () const -> couchbase::cas |
| auto | node_id () const -> const couchbase::node_id & |
| Returns the identity of the cluster node that served this request. | |
| void | set_node_id_internal (couchbase::node_id id) |
Implementation-only setter used by core::impl::invoke_with_node_id to propagate the node identity from a KV error context onto the result. | |
Represents result of exists operations.
|
default |
|
inline |
Constructs result for get_any_replica operation, or an entry for get_all_replicas operation.
| cas | |
| exists | true if the document exists, false otherwise |
|
inlinenodiscard |