📄 table_of_contents.html
字号:
<LI><A href="sort.html">sort</A>
<LI><A href="stable_sort.html">stable_sort</A>
<LI><A href="partial_sort.html">partial_sort</A>
<LI><A href="partial_sort_copy.html">partial_sort_copy</A>
<LI><A href="is_sorted.html">is_sorted</A>
</OL>
<LI><A href="nth_element.html">nth_element</A>
<LI>Binary search
<OL>
<LI><A href="lower_bound.html">lower_bound</A>
<LI><A href="upper_bound.html">upper_bound</A>
<LI><A href="equal_range.html">equal_range</A>
<LI><A href="binary_search.html">binary_search</A>
</OL>
<LI><A href="merge.html">merge</A>
<LI><A href="inplace_merge.html">inplace_merge</A>
<LI>Set operations on sorted ranges
<OL>
<LI><A href="includes.html">includes</A>
<LI><A href="set_union.html">set_union</A>
<LI><A href="set_intersection.html">set_intersection</A>
<LI><A href="set_difference.html">set_difference</A>
<LI><A href="set_symmetric_difference.html">set_symmetric_difference</A>
</OL>
<LI>Heap operations
<OL>
<LI><A href="push_heap.html">push_heap</A>
<LI><A href="pop_heap.html">pop_heap</A>
<LI><A href="make_heap.html">make_heap</A>
<LI><A href="sort_heap.html">sort_heap</A>
<LI><A href="is_heap.html">is_heap</A>
</OL>
<LI>Minimum and maximum
<OL>
<LI><A href="min.html">min</A>
<LI><A href="max.html">max</A>
<LI><A href="min_element.html">min_element</A>
<LI><A href="max_element.html">max_element</A>
</OL>
<LI><A href="lexicographical_compare.html">lexicographical_compare</A>
<LI><A href="lexicographical_compare_3way.html">lexicographical_compare_3way</A>
<LI><A href="next_permutation.html">next_permutation</A>
<LI><A href="prev_permutation.html">prev_permutation</A>
</OL>
<LI>Generalized numeric algorithms
<OL>
<LI><A href="iota.html">iota</A>
<LI><A href="accumulate.html">accumulate</A>
<LI><A href="inner_product.html">inner_product</A>
<LI><A href="partial_sum.html">partial_sum</A>
<LI><A href="adjacent_difference.html">adjacent_difference</A>
<LI><A href="power.html">power</A>
</OL>
</OL>
<LI>Function Objects
<OL>
<LI><A Href="functors.html">Introduction</A>
<LI>Concepts
<OL>
<LI><A href="Generator.html">Generator</A>
<LI><A href="UnaryFunction.html">Unary Function</A>
<LI><A href="BinaryFunction.html">Binary Function</A>
<LI><A href="AdaptableGenerator.html">Adaptable Generator</A>
<LI><A href="AdaptableUnaryFunction.html">Adaptable Unary Function</A>
<LI><A href="AdaptableBinaryFunction.html">Adaptable Binary Function</A>
<LI>Predicates
<OL>
<LI><A href="Predicate.html">Predicate</A>
<LI><A href="BinaryPredicate.html">Binary Predicate</A>
<LI><A href="AdaptablePredicate.html">Adaptable Predicate</A>
<LI><A href="AdaptableBinaryPredicate.html">Adaptable Binary Predicate</A>
<LI><A href="StrictWeakOrdering.html">StrictWeakOrdering</A>
</OL>
<LI><A href="MonoidOperation.html">Monoid Operation</A>
<LI><A href="RandomNumberGenerator.html">Random Number Generator</A>
</OL>
<LI>Predefined function objects
<OL>
<LI>Arithmetic operations
<OL>
<LI><A href="plus.html">plus</A>
<LI><A href="minus.html">minus</A>
<LI><A href="times.html">multiplies</A> (formerly called "times")
<LI><A href="divides.html">divides</A>
<LI><A href="modulus.html">modulus</A>
<LI><A href="negate.html">negate</A>
</OL>
<LI>Comparisons
<OL>
<LI><A href="equal_to.html">equal_to</A>
<LI><A href="not_equal_to.html">not_equal_to</A>
<LI><A href="less.html">less</A>
<LI><A href="greater.html">greater</A>
<LI><A href="less_equal.html">less_equal</A>
<LI><A href="greater_equal.html">greater_equal</A>e
</OL>
<LI>Logical operations
<OL>
<LI><A href="logical_and.html">logical_and</A>
<LI><A href="logical_or.html">logical_or</A>
<LI><A href="logical_not.html">logical_not</A>
</OL>
<LI>Generalized identity operations
<OL>
<LI><A href="identity.html">identity</A>
<LI><A href="project1st.html">project1st</A>
<LI><A href="project2nd.html">project2nd</A>
<LI><A href="select1st.html">select1st</A>
<LI><A href="select2nd.html">select2nd</A>
</OL>
<LI><A href="subtractive_rng.html">subtractive_rng</A>
</OL>
<LI>Function object adaptors
<OL>
<LI><A href="binder1st.html">binder1st</A>
<LI><A href="binder2nd.html">binder2nd</A>
<LI><A href="ptr_fun.html">ptr_fun</A>
<LI><A href="pointer_to_unary_function.html">pointer_to_unary_function</A>
<LI><A href="pointer_to_binary_function.html">pointer_to_binary_function</A>
<LI><A href="unary_negate.html">unary_negate</A>
<LI><A href="binary_negate.html">binary_negate</A>
<LI><A href="unary_compose.html">unary_compose</A>
<LI><A href="binary_compose.html">binary_compose</A>
<LI>Member function adaptors
<OL>
<LI><A href="mem_fun_t.html">mem_fun</A>
<LI><A href="mem_fun_ref_t.html">mem_fun_ref</A>
<LI><A href="mem_fun1_t.html">mem_fun1</A>
<LI><A href="mem_fun1_ref_t.html">mem_fun1_ref</A>
</OL>
</OL>
</OL>
<LI>Utilities
<OL>
<LI>Concepts
<OL>
<LI><A href="Assignable.html">Assignable</A>
<LI><A href="DefaultConstructible.html">Default Constructible</A>
<LI><A href="EqualityComparable.html">Equality Comparable</A>
<LI><A href="LessThanComparable.html">LessThan Comparable</A>
</OL>
<LI>Functions
<OL>
<LI><A href="operators.html">Relational Operators</A>
</OL>
<LI>Classes
<OL>
<LI><A href="pair.html">pair</A>
</OL>
</OL>
<LI>Memory Allocation
<OL>
<LI>Classes
<OL>
<LI><A href="Allocators.html">Allocators</A>
<LI><A href="raw_storage_iterator.html">raw_storage_iterator</A>
</OL>
<LI>Functions
<OL>
<LI><A href="construct.html">construct</A>
<LI><A href="destroy.html">destroy</A>
<LI><A href="uninitialized_copy.html">uninitialized_copy</A>
<LI><A href="uninitialized_copy_n.html">uninitialized_copy_n</A>
<LI><A href="uninitialized_fill.html">uninitialized_fill</A>
<LI><A href="uninitialized_fill_n.html">uninitialized_fill_n</A>
<LI><A href="temporary_buffer.html">temporary_buffer</A>
<LI><A href="get_temporary_buffer.html">get_temporary_buffer</A>
<LI><A href="return_temporary_buffer.html">return_temporary_buffer</A>
</OL>
</OL>
<LI>Design documents
<OL>
<LI><A href="thread_safety.html">Thread safety</A>
<LI><A href="complexity.html">The meaning of complexity specifications</A>
<LI><A href="string_discussion.html">Representations of strings</A>
</OL>
<LI><A Href="stl_index_cat.html">Categorized Index</A>
<LI><A Href="stl_index.html">Full Index</A>
</OL>
<HR SIZE="6"> <FONT SIZE="-2"> Copyright © 1996 Silicon Graphics, Inc.
<HR>
<TABLE BORDER=0 WIDTH="100%" >
<TR>
<TD WIDTH="33%"><FONT SIZE=-1><A HREF="index.html" >
STL</A></FONT></TD>
<TD WIDTH="33%">
<CENTER><FONT SIZE=-2>© Copyright 1997-1998 CodeGuru</FONT> </CENTER>
</TD>
<TD WIDTH="34%">
<DIV ALIGN=right><FONT SIZE=-1>Contact : <A HREF="mailto:webmaster@codeguru.com">webmaster@codeguru.com</A> </FONT></DIV>
</TD>
</TR>
</TABLE>
<SCRIPT LANGUAGE="JavaScript" ><!--
var adurl = "/cgi-bin/doubleclick.cgi?";
if( self.adcategory )
adurl += adcategory;
else
adurl += "mfc";
if( self.parent.norefreshad )
parent.norefreshad = false;
else if( validframes )
parent.frames['ad'].location = adurl;
if( !validframes && nfrm == -1)
{
var dclkPage = "www.codeguru.com/";
if( self.adcategory )
dclkPage += adcategory;
else
dclkPage += "mfc";
// var random = Math.random();
document.write('<nolayer><center>');
document.write('<iframe src="http://ad.doubleclick.net/adi/' + dclkPage + ';ord='
+ random + '" width=470 height=62 marginwidth=0 marginheight=0 hspace=0 vspace=0 '
+ 'frameborder=0 scrolling=no bordercolor="#000000">');
document.write('<a href="http://ad.doubleclick.net/jump/' + dclkPage + ';ord='
+ random + '">');
document.write('<img src="http://ad.doubleclick.net/ad/' + dclkPage + ';ord='
+ random + '" height=60 width=468>' + '</a>');
document.write('</iframe>');
document.write('</center></nolayer>');
document.write('<layer src="http://ad.doubleclick.net/adl/' + dclkPage +
';ord=' + random + '"></layer>');
document.write('<ilayer visibility=hide width=468 height=83></ilayer>');
}
// -->
</SCRIPT>
<!-- SCRIPT LANGUAGE="JavaScript" SRC="/global/fscript.js">
//
</SCRIPT -->
<noscript>
<p align="center">
<a href="http://ad.doubleclick.net/jump/www.codeguru.com/cpp;ord=NupZ-NFCY34AAHKDG-c">
<img src="http://ad.doubleclick.net/ad/www.codeguru.com/cpp;ord=NupZ-NFCY34AAHKDG-c"></a>
</p>
</noscript>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -