Skip to main content\(
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
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.