You are on page 1of 1

Forward iterators are iterators that can be used to access the sequence of elements

in a range in the direction that goes from its beginning towards its end
Input iterators are iterators that can be used in sequential input operations,
where each value pointed by the iterator is read only once and then the iterator is
incremented.

You might also like