InputIterator
C++ concepts: InputIterator
An InputIterator
is an Iterator
that can read from the pointed-to element. InputIterator
s only guarantee validity for single pass algorithms: once an InputIterator
i
has been incremented, all copies of its previous value may be invalidated.
Requirements
The type It
satisfies InputIterator
if.
- The type
It
satisfiesIterator
- The type
It
satisfiesEqualityComparable
And, given.
-
i
andj
, values of ty