...

/

Chapter Overview

Chapter Overview

Let's get an idea of what we'll cover in this chapter.

We'll cover the following...

Much of the power of the STL is in the standardization of container interfaces. If a container has a particular capability, there's a good chance that the interface for that capability is standardized across container types. This standardization makes possible a library of algorithms that operate seamlessly across containers and sequences sharing a common interface.


For example, if we want to sum all ...