|
Couchbase C++ SDK 1.2.0 (rev. c2439a4)
|
#include <couchbase/error.hxx>#include <couchbase/scan_result_item.hxx>#include <future>#include <iterator>#include <memory>#include <system_error>#include <utility>

Go to the source code of this file.
Classes | |
| class | scan_result |
| class | scan_result::iterator |
An iterator that can be used to iterate through all the scan_result_items. More... | |
Namespaces | |
| namespace | couchbase |
| Represents a single item from the result of scan() | |
Typedefs | |
| using | scan_item_handler = std::function<void(error, std::optional<scan_result_item>)> |
| The signature for the handler of the next() operation. | |