Apache C++ Standard Library User's Guide
Chapter 9: map and multimap
9.1 The map Data Abstraction
9.1.1 Include files
9.2 map and multimap Operations
9.2.1 Declaration and Initialization of map
9.2.2 Type Definitions
9.2.3 Insertion and Access
9.2.4 Removal of Values
9.2.5 Iterators
9.2.6 Searching and Counting
9.2.7 Element Comparisons
9.2.8 Other map Operations
9.3 Example Programs
9.3.1 Example: A Telephone Database
9.3.2 An Example: Graphs
9.3.3 Example: A Concordance