Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
scan_result.hxx File Reference
#include <couchbase/error.hxx>
#include <couchbase/scan_result_item.hxx>
#include <future>
#include <iterator>
#include <memory>
#include <system_error>
#include <utility>
Include dependency graph for scan_result.hxx:
This graph shows which files directly or indirectly include this file:

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