Back to Arangodb

Forward Traversal Concept

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

3.12.9.1940 B
Original Source

Forward Traversal Concept

A class or built-in type X models the Forward Traversal concept if, in addition to X meeting the requirements of Default Constructible and Single Pass Iterator, the following expressions are valid and respect the stated semantics.

Forward Traversal Iterator Requirements (in addition to Default Constructible and Single Pass Iterator)
Expression
---
X u;
++r
iterator_traits<X>::difference_type
iterator_traversal<X>::type

View document source. Generated by Docutils from reStructuredText source.