blob: 4b01e53dd55f935c1440dccd73f62b6a53332e26 [file] [log] [blame]
<HTML>
<HEAD>
<TITLE>vector and vector&lt;bool&gt;</TITLE>
<LINK REL=StyleSheet HREF="../rw.css" TYPE="text/css" TITLE="Apache stdcxx Stylesheet"></HEAD>
<BODY BGCOLOR=#FFFFFF>
<A HREF="4-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="5-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 5: vector and vector&lt;bool&gt;</H1>
<UL>
<UL><LI><A HREF="5-1.html">5.1 The vector Data Abstraction</A></LI></UL>
<UL><UL><LI><A HREF="5-1.html#511">5.1.1 Include Files</A></LI></UL></UL>
<UL><LI><A HREF="5-2.html">5.2 vector Operations</A></LI></UL>
<UL><UL><LI><A HREF="5-2.html#521">5.2.1 Declaration and Initialization of vectors</A></LI></UL></UL>
<UL><UL><LI><A HREF="5-2.html#522">5.2.2 Type Definitions</A></LI></UL></UL>
<UL><UL><LI><A HREF="5-2.html#523">5.2.3 Subscripting a vector</A></LI></UL></UL>
<UL><UL><LI><A HREF="5-2.html#524">5.2.4 Extent and Size-Changing Operations</A></LI></UL></UL>
<UL><UL><LI><A HREF="5-2.html#525">5.2.5 Inserting and Removing Elements</A></LI></UL></UL>
<UL><UL><LI><A HREF="5-2.html#526">5.2.6 Iteration</A></LI></UL></UL>
<UL><UL><LI><A HREF="5-2.html#527">5.2.7 Test for Inclusion</A></LI></UL></UL>
<UL><UL><LI><A HREF="5-2.html#528">5.2.8 Sorting and Sorted vector Operations</A></LI></UL></UL>
<UL><UL><LI><A HREF="5-2.html#529">5.2.9 Useful Generic Algorithms</A></LI></UL></UL>
<UL><LI><A HREF="5-3.html">5.3 Boolean Vectors</A></LI></UL>
<UL><LI><A HREF="5-4.html">5.4 Example Program: The Sieve of Eratosthenes</A></LI></UL>
</UL>
<BR>
<HR>
<A HREF="4-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="5-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>