Couchbase C++ SDK 1.2.0 (rev. c2439a4)
Loading...
Searching...
No Matches
exists_options.hxx File Reference
#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>
Include dependency graph for exists_options.hxx:
This graph shows which files directly or indirectly include this file:

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.