blob: 1e48da2792290aaa7d3f47aa85b9af7825491354 [file] [log] [blame]
<HTML>
<HEAD>
<TITLE>map and multimap</TITLE>
<LINK REL=StyleSheet HREF="../rw.css" TYPE="text/css" TITLE="Apache stdcxx Stylesheet"></HEAD>
<BODY BGCOLOR=#FFFFFF>
<A HREF="8-4.html"><IMG SRC="images/bprev.gif" WIDTH=20 HEIGHT=21 ALT="Previous file" BORDER=O></A><A HREF="noframes.html"><IMG SRC="images/btop.gif" WIDTH=56 HEIGHT=21 ALT="Top of Document" BORDER=O></A><A HREF="booktoc.html"><IMG SRC="images/btoc.gif" WIDTH=56 HEIGHT=21 ALT="Contents" BORDER=O></A><A HREF="tindex.html"><IMG SRC="images/bindex.gif" WIDTH=56 HEIGHT=21 ALT="Index page" BORDER=O></A><A HREF="9-1.html"><IMG SRC="images/bnext.gif" WIDTH=25 HEIGHT=21 ALT="Next file" BORDER=O></A><DIV CLASS="DOCUMENTNAME"><B>Apache C++ Standard Library User's Guide</B></DIV>
<H1>Chapter 9: map and multimap</H1>
<UL>
<UL><LI><A HREF="9-1.html">9.1 The map Data Abstraction</A></LI></UL>
<UL><UL><LI><A HREF="9-1.html#911">9.1.1 Include files</A></LI></UL></UL>
<UL><LI><A HREF="9-2.html">9.2 map and multimap Operations</A></LI></UL>
<UL><UL><LI><A HREF="9-2.html#921">9.2.1 Declaration and Initialization of map</A></LI></UL></UL>
<UL><UL><LI><A HREF="9-2.html#922">9.2.2 Type Definitions</A></LI></UL></UL>
<UL><UL><LI><A HREF="9-2.html#923">9.2.3 Insertion and Access</A></LI></UL></UL>
<UL><UL><LI><A HREF="9-2.html#924">9.2.4 Removal of Values</A></LI></UL></UL>
<UL><UL><LI><A HREF="9-2.html#925">9.2.5 Iterators</A></LI></UL></UL>
<UL><UL><LI><A HREF="9-2.html#926">9.2.6 Searching and Counting</A></LI></UL></UL>
<UL><UL><LI><A HREF="9-2.html#927">9.2.7 Element Comparisons</A></LI></UL></UL>
<UL><UL><LI><A HREF="9-2.html#928">9.2.8 Other map Operations</A></LI></UL></UL>
<UL><LI><A HREF="9-3.html">9.3 Example Programs</A></LI></UL>
<UL><UL><LI><A HREF="9-3.html#931">9.3.1 Example: A Telephone Database</A></LI></UL></UL>
<UL><UL><LI><A HREF="9-3.html#932">9.3.2 An Example: Graphs</A></LI></UL></UL>
<UL><UL><LI><A HREF="9-3.html#933">9.3.3 Example: A Concordance</A></LI></UL></UL>
</UL>
<BR>
<HR>
<A HREF="8-4.html"><IMG SRC="images/bprev.gif" WIDTH=20 HEIGHT=21 ALT="Previous file" BORDER=O></A><A HREF="noframes.html"><IMG SRC="images/btop.gif" WIDTH=56 HEIGHT=21 ALT="Top of Document" BORDER=O></A><A HREF="booktoc.html"><IMG SRC="images/btoc.gif" WIDTH=56 HEIGHT=21 ALT="Contents" BORDER=O></A><A HREF="tindex.html"><IMG SRC="images/bindex.gif" WIDTH=56 HEIGHT=21 ALT="Index page" BORDER=O></A><A HREF="9-1.html"><IMG SRC="images/bnext.gif" WIDTH=20 HEIGHT=21 ALT="Next file" BORDER=O></A>
<!-- Google Analytics tracking code -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1775151-1";
urchinTracker();
</script>
<!-- end of Google Analytics tracking code -->
</BODY>
</HTML>