Iterators Glossary

Browse 1 iterators terms defined in plain English, from the cultural dictionary of computing.

1 Iterators Terms

Reverse Iterator
An iterator that traverses a collection from its last element to its first, inverting the default traversal order. In C++ STL, reverse iterators are obtained...

Related Topics