Couchbase C++ SDK 1.3.2 (rev. 49d3be2)
Loading...
Searching...
No Matches
node_ids_options.hxx File Reference
#include <couchbase/common_options.hxx>
#include <couchbase/error.hxx>
#include <couchbase/node_id.hxx>
#include <functional>
#include <vector>
Include dependency graph for node_ids_options.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  node_ids_options
 Options for node_ids(). More...
struct  node_ids_options::built
 Immutable value object representing consistent options. More...

Namespaces

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

Typedefs

using node_ids_handler = std::function<void(error, std::vector<node_id>)>