|
Couchbase C++ SDK 1.4.0 (rev. 59aa900)
|
Sentinel returned by end(). More...
#include <couchbase/query_stream_result.hxx>
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.