|
Couchbase C++ SDK 1.2.0 (rev. c2439a4)
|
#include <couchbase/codec/encoded_value.hxx>#include <couchbase/common_options.hxx>#include <couchbase/error.hxx>#include <couchbase/exists_result.hxx>#include <couchbase/expiry.hxx>#include <chrono>#include <functional>#include <memory>#include <optional>#include <vector>

Go to the source code of this file.
Classes | |
| struct | exists_options |
| Options for exists(). More... | |
| struct | exists_options::built |
| Immutable value object representing consistent options. More... | |
Namespaces | |
| namespace | couchbase |
| Represents a single item from the result of scan() | |
Typedefs | |
| using | exists_handler = std::function<void(error, exists_result)> |
| The signature for the handler of the exists() operation. | |