Monday, August 2, 2010

Reverse Iterators

All of the following have reverse iterators: vector, deque, list, set, multiset, map, multimap, and string.

Reference: The C++ Standard Library by Nicolai M. Josuttis. Addison-Wesley, 1999, p. 240.

No comments:

Post a Comment