|
Couchbase C++ SDK 1.3.2 (rev. 49d3be2)
|
#include <couchbase/common_options.hxx>#include <couchbase/error.hxx>#include <couchbase/node_id.hxx>#include <functional>#include <vector>

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>)> |