The Standard C++ and Boost Libraries
Containers API Specification

Containers API Specification

Table of Contents

Overview

 


Overview

Containers are classes that store other objects which are called elements. Containers provide methods to access the elements and also manages the storage space for the elements. The lifetime of an element stored in the container cannot exceed that of the container. Containers are implemented as class templates and provide flexibility to the types supported as elements.

Give feedback of this article


Back to top


Copyright ©2008 Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user.