Back to Arangodb

Single Pass Iterator Concept

3rdParty/boost/1.78.0/libs/iterator/doc/SinglePassIterator.html

3.12.9.1863 B
Original Source

Single Pass Iterator Concept

A class or built-in type X models the Single Pass Iterator concept if the following expressions are valid and respect the stated semantics.

Single Pass Iterator Requirements (in addition to Incrementable Iterator and Equality Comparable)
Expression
---
++r
a == b
a != b
iterator_traversal<X>::type

View document source. Generated by Docutils from reStructuredText source.