Skip to main content

Section 28.12 Vocabulary

forward iterator:
An iterator that allows traversal of a container in a forward direction, accessing elements one by one.
random access iterator:
An iterator that allows direct access to any element in a container, using subscripting ([]) or arithmetic operations.
reverse iterator:
An iterator that allows traversal of a container in a reverse direction, accessing elements one by one.
You have attempted of activities on this page.