Couchbase C++ SDK 1.4.0 (rev. 59aa900)
Loading...
Searching...
No Matches
query_stream_result::end_sentinel Struct Reference

Sentinel returned by end(). More...

#include <couchbase/query_stream_result.hxx>

Detailed Description

Sentinel returned by end().

An iterator compares equal to it once the stream has been fully drained (after any terminal error element). Using a distinct end type means iterators are only ever compared against the end sentinel, never against one another.

Since
1.4.0
Volatile
Should not be used in production

The documentation for this struct was generated from the following file: