15 Standard Library Containers and Iterators

Objectives

In this chapter you’ll:

  • Be introduced to the Standard Library containers, iterators and algorithms.

  • Use the vector, list and deque sequence containers.

  • Use the set, multiset, map and multimap associative containers.

  • Use the stack, queue and priority_queue container adapters.

  • Use iterators to access container elements.

  • Use the copy algorithm and ostream_iterators to output a container.

  • Understand how to use the bitset “near container” to manipulate a collection of bit flags.

Get C++ How to Program, 10/e now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.