Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
#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_item s. More... | |
Namespaces | |
namespace | couchbase |
Represents a single item from the result of collection::scan() | |
Typedefs | |
using | scan_item_handler = std::function<void(error, std::optional<scan_result_item>)> |
The signature for the handler of the scan_result::next() operation. | |