blob: 532b2befa69900c214f40e456ff6fbd541adccd4 [file] [log] [blame]
<HTML>
<HEAD>
<TITLE>Functional List of Descriptions</TITLE>
<LINK REL=StyleSheet HREF="../rw.css" TYPE="text/css" TITLE="Apache stdcxx Stylesheet"><BASE TARGET="text">
</HEAD>
<BODY BGCOLOR=#FFFFFF>
<H2>Functional List<BR>of Descriptions</H2>
<TABLE BORDER=0 CELLPADDING=4 CELLSPACING=0 WIDTH=100%>
<TR>
<TD WIDTH="100%" NOWRAP><SMALL>
<H4>Links to Indexes</H4>
<B><A HREF="#Algorithms" TARGET="toc">Algorithms</A></B><BR>
<B><A HREF="#Containers" TARGET="toc">Containers</A></B><BR>
<B><A HREF="#Diagnostics" TARGET="toc">Diagnostics</A></B><BR>
<B><A HREF="#Generalutilities" TARGET="toc">General utilities</A></B><BR>
<B><A HREF="#Input/output" TARGET="toc">Input/output</A></B><BR>
<B><A HREF="#Iterators" TARGET="toc">Iterators</A></B><BR>
<B><A HREF="#Languagesupport" TARGET="toc">Language support</A></B><BR>
<B><A HREF="#Localization" TARGET="toc">Localization</A></B><BR>
<B><A HREF="#Numerics" TARGET="toc">Numerics</A></B><BR>
<B><A HREF="#Strings" TARGET="toc">Strings</A></B><BR>
<H4>Group Indexes</H4>
<A NAME="Algorithms"></A>
<B><A HREF="2-9.html">Algorithms</A></B><BR><BR>
&nbsp;&nbsp;&lt;algorithm&gt;<BR>
&nbsp;&nbsp;<A HREF="algorithms.html">Algorithms</A><BR>
&nbsp;&nbsp;<A HREF="adjacent-find.html">adjacent_find()</A><BR>
&nbsp;&nbsp;<A HREF="binary-search.html">binary_search()</A><BR>
&nbsp;&nbsp;<A HREF="copy.html">copy()</A><BR>
&nbsp;&nbsp;<A HREF="copy.html">copy_backward()</A><BR>
&nbsp;&nbsp;<A HREF="count.html">count()</A><BR>
&nbsp;&nbsp;<A HREF="count.html">count_if()</A><BR>
&nbsp;&nbsp;<A HREF="equal.html">equal()</A><BR>
&nbsp;&nbsp;<A HREF="equal-range.html">equal_range()</A><BR>
&nbsp;&nbsp;<A HREF="fill.html">fill()</A><BR>
&nbsp;&nbsp;<A HREF="fill.html">fill_n()</A><BR>
&nbsp;&nbsp;<A HREF="find.html">find()</A><BR>
&nbsp;&nbsp;<A HREF="find-end.html">find_end()</A><BR>
&nbsp;&nbsp;<A HREF="find-first-of.html">find_first_of()</A><BR>
&nbsp;&nbsp;<A HREF="find-if.html">find_if()</A><BR>
&nbsp;&nbsp;<A HREF="for-each.html">for_each()</A><BR>
&nbsp;&nbsp;<A HREF="generate.html">generate()</A><BR>
&nbsp;&nbsp;<A HREF="generate.html">generate_n()</A><BR>
&nbsp;&nbsp;<A HREF="includes.html">includes()</A><BR>
&nbsp;&nbsp;<A HREF="inplace-merge.html">inplace_merge()</A><BR>
&nbsp;&nbsp;<A HREF="iter-swap.html">iter_swap()</A><BR>
&nbsp;&nbsp;<A HREF="lexicographical-compare.html">lexicographical_compare()</A><BR>
&nbsp;&nbsp;<A HREF="lower-bound.html">lower_bound()</A><BR>
&nbsp;&nbsp;<A HREF="make-heap.html">make_heap()</A><BR>
&nbsp;&nbsp;<A HREF="max.html">max()</A><BR>
&nbsp;&nbsp;<A HREF="max-element.html">max_element()</A><BR>
&nbsp;&nbsp;<A HREF="merge.html">merge()</A><BR>
&nbsp;&nbsp;<A HREF="min.html">min()</A><BR>
&nbsp;&nbsp;<A HREF="min-element.html">min_element()</A><BR>
&nbsp;&nbsp;<A HREF="mismatch.html">mismatch()</A><BR>
&nbsp;&nbsp;<A HREF="next-permutation.html">next_permutation()</A><BR>
&nbsp;&nbsp;<A HREF="nth-element.html">nth_element()</A><BR>
&nbsp;&nbsp;<A HREF="partial-sort.html">partial_sort()</A><BR>
&nbsp;&nbsp;<A HREF="partial-sort-copy.html">partial_sort_copy()</A><BR>
&nbsp;&nbsp;<A HREF="partition.html">partition()</A><BR>
&nbsp;&nbsp;<A HREF="pop-heap.html">pop_heap()</A><BR>
&nbsp;&nbsp;<A HREF="prev-permutation.html">prev_permutation()</A><BR>
&nbsp;&nbsp;<A HREF="push-heap.html">push_heap()</A><BR>
&nbsp;&nbsp;<A HREF="random-shuffle.html">random_shuffle()</A><BR>
&nbsp;&nbsp;<A HREF="remove.html">remove()</A><BR>
&nbsp;&nbsp;<A HREF="remove-copy.html">remove_copy()</A><BR>
&nbsp;&nbsp;<A HREF="remove-copy-if.html">remove_copy_if()</A><BR>
&nbsp;&nbsp;<A HREF="remove-if.html">remove_if()</A><BR>
&nbsp;&nbsp;<A HREF="replace.html">replace()</A><BR>
&nbsp;&nbsp;<A HREF="replace-copy.html">replace_copy()</A><BR>
&nbsp;&nbsp;<A HREF="replace-copy-if.html">replace_copy_if()</A><BR>
&nbsp;&nbsp;<A HREF="replace-if.html">replace_if()</A><BR>
&nbsp;&nbsp;<A HREF="reverse.html">reverse()</A><BR>
&nbsp;&nbsp;<A HREF="reverse-copy.html">reverse_copy()</A><BR>
&nbsp;&nbsp;<A HREF="rotate.html">rotate()</A><BR>
&nbsp;&nbsp;<A HREF="rotate.html">rotate_copy()</A><BR>
&nbsp;&nbsp;<A HREF="search.html">search()</A><BR>
&nbsp;&nbsp;<A HREF="search.html">search_n()</A><BR>
&nbsp;&nbsp;<A HREF="set-difference.html">set_difference()</A><BR>
&nbsp;&nbsp;<A HREF="set-intersection.html">set_intersection()</A><BR>
&nbsp;&nbsp;<A HREF="set-symmetric-difference.html">set_symmetric_difference()</A><BR>
&nbsp;&nbsp;<A HREF="set-union.html">set_union()</A><BR>
&nbsp;&nbsp;<A HREF="sort.html">sort()</A><BR>
&nbsp;&nbsp;<A HREF="sort-heap.html">sort_heap()</A><BR>
&nbsp;&nbsp;<A HREF="stable-partition.html">stable_partition()</A><BR>
&nbsp;&nbsp;<A HREF="stable-sort.html">stable_sort()</A><BR>
&nbsp;&nbsp;<A HREF="swap.html">swap()</A><BR>
&nbsp;&nbsp;<A HREF="swap-ranges.html">swap_ranges()</A><BR>
&nbsp;&nbsp;<A HREF="transform.html">transform()</A><BR>
&nbsp;&nbsp;<A HREF="unique.html">unique()</A><BR>
&nbsp;&nbsp;<A HREF="unique.html">unique_copy()</A><BR>
&nbsp;&nbsp;<A HREF="upper-bound.html">upper_bound()</A><BR>
<BR>
<A NAME="Containers"></A>
<B><A HREF="2-7.html">Containers</A></B><BR><BR>
&nbsp;&nbsp;&lt;bitset&gt;<BR>
&nbsp;&nbsp;&lt;deque&gt;<BR>
&nbsp;&nbsp;&lt;list&gt;<BR>
&nbsp;&nbsp;&lt;map&gt;<BR>
&nbsp;&nbsp;&lt;queue&gt;<BR>
&nbsp;&nbsp;&lt;set&gt;<BR>
&nbsp;&nbsp;&lt;stack&gt;<BR>
&nbsp;&nbsp;&lt;vector&gt;<BR>
&nbsp;&nbsp;<A HREF="associativecontainers.html">Associative Containers</A><BR>
&nbsp;&nbsp;<A HREF="containers.html">Containers</A><BR>
&nbsp;&nbsp;<A HREF="sequences.html">Sequences</A><BR>
&nbsp;&nbsp;<A HREF="bitset.html">bitset</A><BR>
&nbsp;&nbsp;<A HREF="deque.html">deque</A><BR>
&nbsp;&nbsp;<A HREF="list.html">list</A><BR>
&nbsp;&nbsp;<A HREF="map.html">map</A><BR>
&nbsp;&nbsp;<A HREF="multimap.html">multimap</A><BR>
&nbsp;&nbsp;<A HREF="multiset.html">multiset</A><BR>
&nbsp;&nbsp;<A HREF="priority-queue.html">priority_queue</A><BR>
&nbsp;&nbsp;<A HREF="queue.html">queue</A><BR>
&nbsp;&nbsp;<A HREF="set.html">set</A><BR>
&nbsp;&nbsp;<A HREF="stack.html">stack</A><BR>
&nbsp;&nbsp;<A HREF="vector.html">vector</A><BR>
<BR>
<A NAME="Diagnostics"></A>
<B><A HREF="2-3.html">Diagnostics</A></B><BR><BR>
&nbsp;&nbsp;&lt;stdexcept&gt;<BR>
&nbsp;&nbsp;<A HREF="exceptions.html">Exceptions</A><BR>
&nbsp;&nbsp;<A HREF="domain-error.html">domain_error</A><BR>
&nbsp;&nbsp;<A HREF="invalid-argument.html">invalid_argument</A><BR>
&nbsp;&nbsp;<A HREF="length-error.html">length_error</A><BR>
&nbsp;&nbsp;<A HREF="logic-error.html">logic_error</A><BR>
&nbsp;&nbsp;<A HREF="out-of-range.html">out_of_range</A><BR>
&nbsp;&nbsp;<A HREF="overflow-error.html">overflow_error</A><BR>
&nbsp;&nbsp;<A HREF="range-error.html">range_error</A><BR>
&nbsp;&nbsp;<A HREF="runtime-error.html">runtime_error</A><BR>
&nbsp;&nbsp;<A HREF="underflow-error.html">underflow_error</A><BR>
<BR>
<A NAME="Generalutilities"></A>
<B><A HREF="2-4.html">General utilities</A></B><BR><BR>
&nbsp;&nbsp;&lt;functional&gt;<BR>
&nbsp;&nbsp;&lt;memory&gt;<BR>
&nbsp;&nbsp;&lt;utility&gt;<BR>
&nbsp;&nbsp;<A HREF="functionobjects.html">Function Objects</A><BR>
&nbsp;&nbsp;<A HREF="negators.html">Negators</A><BR>
&nbsp;&nbsp;<A HREF="operators.html">Operators</A><BR>
&nbsp;&nbsp;<A HREF="allocator.html">allocator</A><BR>
&nbsp;&nbsp;<A HREF="auto-ptr.html">auto_ptr</A><BR>
&nbsp;&nbsp;<A HREF="binary-function.html">binary_function</A><BR>
&nbsp;&nbsp;<A HREF="binary-negate.html">binary_negate</A><BR>
&nbsp;&nbsp;<A HREF="bind1st.html">bind1st()</A><BR>
&nbsp;&nbsp;<A HREF="bind1st.html">bind2nd()</A><BR>
&nbsp;&nbsp;<A HREF="bind1st.html">binder1st</A><BR>
&nbsp;&nbsp;<A HREF="bind1st.html">binder2nd</A><BR>
&nbsp;&nbsp;<A HREF="compare.html">compare</A><BR>
&nbsp;&nbsp;<A HREF="divides.html">divides</A><BR>
&nbsp;&nbsp;<A HREF="equal-to.html">equal_to</A><BR>
&nbsp;&nbsp;<A HREF="get-temporary-buffer.html">get_temporary_buffer()</A><BR>
&nbsp;&nbsp;<A HREF="greater.html">greater</A><BR>
&nbsp;&nbsp;<A HREF="greater-equal.html">greater_equal</A><BR>
&nbsp;&nbsp;<A HREF="less.html">less</A><BR>
&nbsp;&nbsp;<A HREF="less-equal.html">less_equal</A><BR>
&nbsp;&nbsp;<A HREF="logical-and.html">logical_and</A><BR>
&nbsp;&nbsp;<A HREF="logical-not.html">logical_not</A><BR>
&nbsp;&nbsp;<A HREF="logical-or.html">logical_or</A><BR>
&nbsp;&nbsp;<A HREF="mem-fun.html">mem_fun</A><BR>
&nbsp;&nbsp;<A HREF="mem-fun.html">mem_fun_ref</A><BR>
&nbsp;&nbsp;<A HREF="minus.html">minus</A><BR>
&nbsp;&nbsp;<A HREF="modulus.html">modulus</A><BR>
&nbsp;&nbsp;<A HREF="multiplies.html">multiplies</A><BR>
&nbsp;&nbsp;<A HREF="negate.html">negate</A><BR>
&nbsp;&nbsp;<A HREF="not1.html">not1()</A><BR>
&nbsp;&nbsp;<A HREF="not2.html">not2()</A><BR>
&nbsp;&nbsp;<A HREF="not-equal-to.html">not_equal_to</A><BR>
&nbsp;&nbsp;<A HREF="pair.html">pair</A><BR>
&nbsp;&nbsp;<A HREF="plus.html">plus</A><BR>
&nbsp;&nbsp;<A HREF="pointer-to-binary-function.html">pointer_to_binary_function</A><BR>
&nbsp;&nbsp;<A HREF="pointer-to-unary-function.html">pointer_to_unary_function</A><BR>
&nbsp;&nbsp;<A HREF="ptr-fun.html">ptr_fun()</A><BR>
&nbsp;&nbsp;<A HREF="raw-storage-iterator.html">raw_storage_iterator</A><BR>
&nbsp;&nbsp;<A HREF="return-temporary-buffer.html">return_temporary_buffer()</A><BR>
&nbsp;&nbsp;<A HREF="unary-function.html">unary_function</A><BR>
&nbsp;&nbsp;<A HREF="unary-negate.html">unary_negate</A><BR>
&nbsp;&nbsp;<A HREF="uninitialized-copy.html">uninitialized_copy()</A><BR>
&nbsp;&nbsp;<A HREF="uninitialized-fill.html">uninitialized_fill()</A><BR>
&nbsp;&nbsp;<A HREF="uninitialized-fill-n.html">uninitialized_fill_n()</A><BR>
<BR>
<A NAME="Input/output"></A>
<B><A HREF="2-11.html">Input/output</A></B><BR><BR>
&nbsp;&nbsp;&lt;fstream&gt;<BR>
&nbsp;&nbsp;&lt;iomanip&gt;<BR>
&nbsp;&nbsp;&lt;ios&gt;<BR>
&nbsp;&nbsp;&lt;iosfwd&gt;<BR>
&nbsp;&nbsp;&lt;iostream&gt;<BR>
&nbsp;&nbsp;&lt;istream&gt;<BR>
&nbsp;&nbsp;&lt;ostream&gt;<BR>
&nbsp;&nbsp;&lt;sstream&gt;<BR>
&nbsp;&nbsp;&lt;streambuf&gt;<BR>
&nbsp;&nbsp;&lt;strstream&gt;<BR>
&nbsp;&nbsp;<A HREF="basic-filebuf.html">basic_filebuf</A><BR>
&nbsp;&nbsp;<A HREF="basic-fstream.html">basic_fstream</A><BR>
&nbsp;&nbsp;<A HREF="basic-ifstream.html">basic_ifstream</A><BR>
&nbsp;&nbsp;<A HREF="basic-ios.html">basic_ios</A><BR>
&nbsp;&nbsp;<A HREF="basic-iostream.html">basic_iostream</A><BR>
&nbsp;&nbsp;<A HREF="basic-istream.html">basic_istream</A><BR>
&nbsp;&nbsp;<A HREF="basic-istringstream.html">basic_istringstream</A><BR>
&nbsp;&nbsp;<A HREF="basic-ofstream.html">basic_ofstream</A><BR>
&nbsp;&nbsp;<A HREF="basic-ostream.html">basic_ostream</A><BR>
&nbsp;&nbsp;<A HREF="basic-ostringstream.html">basic_ostringstream</A><BR>
&nbsp;&nbsp;<A HREF="basic-streambuf.html">basic_streambuf</A><BR>
&nbsp;&nbsp;<A HREF="basic-stringbuf.html">basic_stringbuf</A><BR>
&nbsp;&nbsp;<A HREF="basic-stringstream.html">basic_stringstream</A><BR>
&nbsp;&nbsp;<A HREF="cerr.html">cerr</A><BR>
&nbsp;&nbsp;<A HREF="char-traits.html">char_traits</A><BR>
&nbsp;&nbsp;<A HREF="cin.html">cin</A><BR>
&nbsp;&nbsp;<A HREF="clog.html">clog</A><BR>
&nbsp;&nbsp;<A HREF="cout.html">cout</A><BR>
&nbsp;&nbsp;<A HREF="fpos.html">fpos</A><BR>
&nbsp;&nbsp;<A HREF="ios-base.html">ios_base</A><BR>
&nbsp;&nbsp;<A HREF="ios-base.html#failure">ios_base::failure</A><BR>
&nbsp;&nbsp;<A HREF="istreambuf-iterator.html">istreambuf_iterator</A><BR>
&nbsp;&nbsp;<A HREF="istrstream.html">istrstream</A><BR>
&nbsp;&nbsp;<A HREF="ostreambuf-iterator.html">ostreambuf_iterator</A><BR>
&nbsp;&nbsp;<A HREF="ostrstream.html">ostrstream</A><BR>
&nbsp;&nbsp;<A HREF="strstream.html">strstream</A><BR>
&nbsp;&nbsp;<A HREF="strstreambuf.html">strstreambuf</A><BR>
&nbsp;&nbsp;<A HREF="wcerr.html">wcerr</A><BR>
&nbsp;&nbsp;<A HREF="wcin.html">wcin</A><BR>
&nbsp;&nbsp;<A HREF="wclog.html">wclog</A><BR>
&nbsp;&nbsp;<A HREF="wcout.html">wcout</A><BR>
<BR>
<A NAME="Iterators"></A>
<B><A HREF="2-8.html">Iterators</A></B><BR><BR>
&nbsp;&nbsp;&lt;iterator&gt;<BR>
&nbsp;&nbsp;<A HREF="bidirectionaliterators.html">Bidirectional Iterators</A><BR>
&nbsp;&nbsp;<A HREF="forwarditerators.html">Forward Iterators</A><BR>
&nbsp;&nbsp;<A HREF="inputiterators.html">Input Iterators</A><BR>
&nbsp;&nbsp;<A HREF="insertiterators.html">Insert Iterators</A><BR>
&nbsp;&nbsp;<A HREF="iterators.html">Iterators</A><BR>
&nbsp;&nbsp;<A HREF="outputiterators.html">Output Iterators</A><BR>
&nbsp;&nbsp;<A HREF="randomaccessiterators.html">Random Access Iterators</A><BR>
&nbsp;&nbsp;<A HREF="streamiterators.html">Stream Iterators</A><BR>
&nbsp;&nbsp;<A HREF="advance.html">advance()</A><BR>
&nbsp;&nbsp;<A HREF="back-insert-iterator.html">back_insert_iterator</A><BR>
&nbsp;&nbsp;<A HREF="back-insert-iterator.html">back_inserter()</A><BR>
&nbsp;&nbsp;<A HREF="distance.html">distance()</A><BR>
&nbsp;&nbsp;<A HREF="front-insert-iterator.html">front_insert_iterator</A>,<BR>
&nbsp;&nbsp;<A HREF="front-insert-iterator.html">front_inserter()</A><BR>
&nbsp;&nbsp;<A HREF="insert-iterator.html">insert_iterator</A><BR>
&nbsp;&nbsp;<A HREF="insert-iterator.html">inserter()</A><BR>
&nbsp;&nbsp;<A HREF="istream-iterator.html">istream_iterator</A><BR>
&nbsp;&nbsp;<A HREF="istreambuf-iterator.html">istreambuf_iterator</A><BR>
&nbsp;&nbsp;<A HREF="iterator.html">iterator</A><BR>
&nbsp;&nbsp;<A HREF="iterator-traits.html">iterator_traits</A><BR>
&nbsp;&nbsp;<A HREF="ostream-iterator.html">ostream_iterator</A><BR>
&nbsp;&nbsp;<A HREF="ostreambuf-iterator.html">ostreambuf_iterator</A><BR>
&nbsp;&nbsp;<A HREF="reverse-iterator.html">reverse_iterator</A><BR>
<BR>
<A NAME="Languagesupport"></A>
<B><A HREF="2-2.html">Language support</A></B><BR><BR>
&nbsp;&nbsp;&lt;exception&gt;<BR>
&nbsp;&nbsp;&lt;limits&gt;<BR>
&nbsp;&nbsp;&lt;new&gt;<BR>
&nbsp;&nbsp;&lt;typeinfo&gt;<BR>
&nbsp;&nbsp;<A HREF="bad-alloc.html">bad_alloc</A><BR>
&nbsp;&nbsp;<A HREF="bad-cast.html">bad_cast</A><BR>
&nbsp;&nbsp;<A HREF="bad-exception.html">bad_exception</A><BR>
&nbsp;&nbsp;<A HREF="bad-typeid.html">bad_typeid</A><BR>
&nbsp;&nbsp;<A HREF="exception.html">exception</A><BR>
&nbsp;&nbsp;<A HREF="numeric-limits.html">numeric_limits</A><BR>
&nbsp;&nbsp;<A HREF="operatordelete.html">operator delete</A><BR>
&nbsp;&nbsp;<A HREF="operatornew.html">operator new</A><BR>
<BR>
<A NAME="Localization"></A>
<B><A HREF="2-6.html">Localization</A></B><BR><BR>
&nbsp;&nbsp;&lt;locale&gt;<BR>
&nbsp;&nbsp;<A HREF="facets.html">Facets</A><BR>
&nbsp;&nbsp;<A HREF="codecvt.html">codecvt</A><BR>
&nbsp;&nbsp;<A HREF="codecvt-byname.html">codecvt_byname</A><BR>
&nbsp;&nbsp;<A HREF="collate.html">collate</A><BR>
&nbsp;&nbsp;<A HREF="collate.html">collate_byname</A><BR>
&nbsp;&nbsp;<A HREF="ctype.html">ctype</A><BR>
&nbsp;&nbsp;<A HREF="ctype-byname.html">ctype_byname</A><BR>
&nbsp;&nbsp;<A HREF="has-facet.html">has_facet()</A><BR>
&nbsp;&nbsp;<A HREF="isalnum.html">isalnum()</A><BR>
&nbsp;&nbsp;<A HREF="isalpha.html">isalpha()</A><BR>
&nbsp;&nbsp;<A HREF="iscntrl.html">iscntrl()</A><BR>
&nbsp;&nbsp;<A HREF="isdigit.html">isdigit()</A><BR>
&nbsp;&nbsp;<A HREF="isgraph.html">isgraph()</A><BR>
&nbsp;&nbsp;<A HREF="islower.html">islower()</A><BR>
&nbsp;&nbsp;<A HREF="isprint.html">isprint()</A><BR>
&nbsp;&nbsp;<A HREF="ispunct.html">ispunct()</A><BR>
&nbsp;&nbsp;<A HREF="isspace.html">isspace()</A><BR>
&nbsp;&nbsp;<A HREF="isupper.html">isupper()</A><BR>
&nbsp;&nbsp;<A HREF="isxdigit.html">isxdigit()</A><BR>
&nbsp;&nbsp;<A HREF="locale.html">locale</A><BR>
&nbsp;&nbsp;<A HREF="messages.html">messages</A><BR>
&nbsp;&nbsp;<A HREF="messages.html">messages_byname</A><BR>
&nbsp;&nbsp;<A HREF="money-get.html">money_get</A><BR>
&nbsp;&nbsp;<A HREF="money-put.html">money_put</A><BR>
&nbsp;&nbsp;<A HREF="moneypunct.html">moneypunct</A><BR>
&nbsp;&nbsp;<A HREF="moneypunct.html">moneypunct_byname</A><BR>
&nbsp;&nbsp;<A HREF="num-get.html">num_get</A><BR>
&nbsp;&nbsp;<A HREF="num-put.html">num_put</A><BR>
&nbsp;&nbsp;<A HREF="numpunct.html">numpunct</A><BR>
&nbsp;&nbsp;<A HREF="numpunct.html">numpunct_byname</A><BR>
&nbsp;&nbsp;<A HREF="time-get.html">time_get</A><BR>
&nbsp;&nbsp;<A HREF="time-get-byname.html">time_get_byname</A><BR>
&nbsp;&nbsp;<A HREF="time-put.html">time_put</A><BR>
&nbsp;&nbsp;<A HREF="time-put-byname.html">time_put_byname</A><BR>
&nbsp;&nbsp;<A HREF="tolower.html">tolower()</A><BR>
&nbsp;&nbsp;<A HREF="toupper.html">toupper()</A><BR>
&nbsp;&nbsp;<A HREF="use-facet.html">use_facet()</A><BR>
<BR>
<A NAME="Numerics"></A>
<B><A HREF="2-10.html">Numerics</A></B><BR><BR>
&nbsp;&nbsp;&lt;complex&gt;<BR>
&nbsp;&nbsp;&lt;numeric&gt;<BR>
&nbsp;&nbsp;&lt;valarray&gt;<BR>
&nbsp;&nbsp;<A HREF="accumulate.html">accumulate()</A><BR>
&nbsp;&nbsp;<A HREF="adjacent-difference.html">adjacent_difference()</A><BR>
&nbsp;&nbsp;<A HREF="complex.html">complex</A><BR>
&nbsp;&nbsp;<A HREF="gslice.html">gslice</A><BR>
&nbsp;&nbsp;<A HREF="gslice-array.html">gslice_array</A><BR>
&nbsp;&nbsp;<A HREF="indirect-array.html">indirect_array</A><BR>
&nbsp;&nbsp;<A HREF="inner-product.html">inner_product()</A><BR>
&nbsp;&nbsp;<A HREF="mask-array.html">mask_array</A><BR>
&nbsp;&nbsp;<A HREF="partial-sum.html">partial_sum()</A><BR>
&nbsp;&nbsp;<A HREF="slice.html">slice</A><BR>
&nbsp;&nbsp;<A HREF="slice-array.html">slice_array</A><BR>
&nbsp;&nbsp;<A HREF="valarray.html">valarray</A><BR>
<BR>
<A NAME="Strings"></A>
<B><A HREF="2-5.html">Strings</A></B><BR><BR>
&nbsp;&nbsp;&lt;string&gt;<BR>
&nbsp;&nbsp;<A HREF="sequences.html">Sequences</A><BR>
&nbsp;&nbsp;<A HREF="basic-string.html">basic_string</A><BR>
&nbsp;&nbsp;<A HREF="char-traits.html">char_traits</A><BR>
&nbsp;&nbsp;<A HREF="wstring.html">wstring</A><BR>
<BR>
</SMALL></TD></TR>
</TABLE>
<!-- 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>