Chapter Overview
Get an idea of what we'll learn in this chapter.
We'll cover the following...
In this chapter, we will focus on the container classes in the STL. In short, a container is an object that contains a collection of other objects, or elements. The STL provides a complete suite of container types that form the foundation of the STL itself.
A quick overview of the STL container types
The STL provides a comprehensive set of container types, ...