Containers - C++ Reference - cplusplus.com - The C++ Resources Network
A container is a holder object that stores a collection of other objects (its elements). They are implemented as class templates, which allows a great flexibility in the types supported as elements. The container manages the storage space for its elements...