Standard C++ Library Class Reference
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
map
 Container
Summary
An associative container providing access to non-key values using unique keys. A map supports
bidirectional iterators.
Contents
Synopsis● 
Description● 
Interface● 
Constructors and Destructors● 
Allocator● 
Iterators● 
Member Operators● 
Allocator● 
Member Functions● 
Non-member Operators● 
Example● 
Warning● 
See Also● 
Synopsis
#include <map>
template <class Key, class T, class Compare = less<Key> 










