Couchbase C++ SDK 1.4.0 (rev. 59aa900)
Loading...
Searching...
No Matches
wait_until_ready_options.hxx File Reference
#include <couchbase/cluster_state.hxx>
#include <couchbase/error.hxx>
#include <couchbase/service_type.hxx>
#include <functional>
#include <set>
#include <utility>
Include dependency graph for wait_until_ready_options.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  wait_until_ready_options
 Options for wait_until_ready() and wait_until_ready(). More...
struct  wait_until_ready_options::built
 Immutable value object representing consistent options. More...

Namespaces

namespace  couchbase
 Represents a single item from the result of scan().

Typedefs

using wait_until_ready_handler = std::function<void(error)>
 The signature for the handler of the cluster::wait_until_ready() and bucket::wait_until_ready() operations.