Sequential Containers |
The following diagram illustrates how sequential containers interface with first class containers.

Every function with a particular
name performs the same conceptual task for every collection in which it appears.
Therefore, to minimize the amount of replication in this book, this chapter only
describes each function in the context of the first collection in which it
appears. For example, push_back()
is described in the context of a vector , even
though it also appears in list
and deque .
Copyright©1994-2026 Recursion
Software LLC
All Rights Reserved - For use by licensed users only.