Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ Associative_Containers(3C++) — Sun WorkShop 5.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Associative_Containers(3C++)

Standard C++ Library
Copyright 1998, Rogue Wave Software, Inc.

 

NAME

 
Associative_Containers
 
 - Associative containers are ordered containers. These containers include member functions that allow key insertion, retrieval, and manipulation. The standard library has the map, multimap, set, and multiset associative containers. map and multimap associate values with the keys and allow for fast retrieval of the value, based upon fast retrieval of the key. set and multiset store only keys, allowing fast retrieval of the key itself.
 
 
 

SEE ALSO

 
 
For more information about associative containers, see the Containers section of this reference guide, or see the section on the specific container.
 

Rogue Wave Software  —  Last change: 02 Apr 1998

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026