|
Couchbase C++ SDK 1.4.0 (rev. 59aa900)
|
The base class for the different scan types. More...
#include <couchbase/scan_type.hxx>

Classes | |
| struct | built |
| Immutable value representing the scan type. More... | |
Public Member Functions | |
| virtual | ~scan_type ()=default |
| virtual auto | build () const -> built=0 |
| Returns the scan type as an immutable value. | |
The base class for the different scan types.
|
virtualdefault |
|
nodiscardpure virtual |
Returns the scan type as an immutable value.
Implemented in prefix_scan, range_scan, and sampling_scan.