Represents result of exists operations.
More...
#include <couchbase/exists_result.hxx>
Represents result of exists operations.
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ exists_result() [1/2]
◆ exists_result() [2/2]
Constructs result for get_any_replica operation, or an entry for get_all_replicas operation.
- Parameters
-
cas | |
exists | true if the document exists, false otherwise |
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ exists()
auto exists |
( |
| ) |
const -> bool
|
|
inlinenodiscard |
- Returns
- true if the docuement exists, false otherwise
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
The documentation for this class was generated from the following file: