Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > c74ab286c3d46f9b82671d206e43a74b > files > 1533

libstdc++-docs-4.6.3-2.fc15.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>libstdc++: std::__debug Namespace Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">libstdc++</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('a01142.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#func-members">Functions</a>  </div>
  <div class="headertitle">
<div class="title">std::__debug Namespace Reference</div>  </div>
</div>
<div class="contents">

<p>GNU debug code, replaces standard behavior with debug behavior.  
<a href="#details">More...</a></p>
<h2><a name="nested-classes"></a>
Classes</h2>
<ul>
<li>class <a class="el" href="a00274.html">bitset</a>
<dl class="el"><dd class="mdescRight">Class std::bitset with additional safety/checking/debug instrumentation.  <a href="a00274.html#details">More...</a><br/></dl><li>class <a class="el" href="a00275.html">deque</a>
<dl class="el"><dd class="mdescRight">Class <a class="el" href="a00455.html" title="A standard container using fixed-size memory allocation and constant-time manipulation of elements at...">std::deque</a> with safety/checking/debug instrumentation.  <a href="a00275.html#details">More...</a><br/></dl><li>class <a class="el" href="a00276.html">forward_list</a>
<dl class="el"><dd class="mdescRight">Class <a class="el" href="a00475.html" title="A standard container with linear time access to elements, and fixed time insertion/deletion at any po...">std::forward_list</a> with safety/checking/debug instrumentation.  <a href="a00276.html#details">More...</a><br/></dl><li>class <a class="el" href="a00277.html">list</a>
<dl class="el"><dd class="mdescRight">Class <a class="el" href="a00580.html" title="A standard container with linear time access to elements, and fixed time insertion/deletion at any po...">std::list</a> with safety/checking/debug instrumentation.  <a href="a00277.html#details">More...</a><br/></dl><li>class <a class="el" href="a00278.html">map</a>
<dl class="el"><dd class="mdescRight">Class <a class="el" href="a00593.html" title="A standard container made up of (key,value) pairs, which can be retrieved based on a key...">std::map</a> with safety/checking/debug instrumentation.  <a href="a00278.html#details">More...</a><br/></dl><li>class <a class="el" href="a00279.html">multimap</a>
<dl class="el"><dd class="mdescRight">Class <a class="el" href="a00610.html" title="A standard container made up of (key,value) pairs, which can be retrieved based on a key...">std::multimap</a> with safety/checking/debug instrumentation.  <a href="a00279.html#details">More...</a><br/></dl><li>class <a class="el" href="a00280.html">multiset</a>
<dl class="el"><dd class="mdescRight">Class <a class="el" href="a00612.html" title="A standard container made up of elements, which can be retrieved in logarithmic time.">std::multiset</a> with safety/checking/debug instrumentation.  <a href="a00280.html#details">More...</a><br/></dl><li>class <a class="el" href="a00281.html">set</a>
<dl class="el"><dd class="mdescRight">Class <a class="el" href="a00264.html" title="A standard container made up of unique keys, which can be retrieved in logarithmic time...">std::set</a> with safety/checking/debug instrumentation.  <a href="a00281.html#details">More...</a><br/></dl><li>class <a class="el" href="a00282.html">unordered_map</a>
<dl class="el"><dd class="mdescRight">Class <a class="el" href="a00733.html" title="A standard container composed of unique keys (containing at most one of each key value) that associat...">std::unordered_map</a> with safety/checking/debug instrumentation.  <a href="a00282.html#details">More...</a><br/></dl><li>class <a class="el" href="a00283.html">unordered_multimap</a>
<dl class="el"><dd class="mdescRight">Class <a class="el" href="a00734.html" title="A standard container composed of equivalent keys (possibly containing multiple of each key value) tha...">std::unordered_multimap</a> with safety/checking/debug instrumentation.  <a href="a00283.html#details">More...</a><br/></dl><li>class <a class="el" href="a00284.html">unordered_multiset</a>
<dl class="el"><dd class="mdescRight">Class <a class="el" href="a00735.html" title="A standard container composed of equivalent keys (possibly containing multiple of each key value) in ...">std::unordered_multiset</a> with safety/checking/debug instrumentation.  <a href="a00284.html#details">More...</a><br/></dl><li>class <a class="el" href="a00285.html">unordered_set</a>
<dl class="el"><dd class="mdescRight">Class <a class="el" href="a00736.html" title="A standard container composed of unique keys (containing at most one of each key value) in which the ...">std::unordered_set</a> with safety/checking/debug instrumentation.  <a href="a00285.html#details">More...</a><br/></dl><li>class <a class="el" href="a00286.html">vector</a>
<dl class="el"><dd class="mdescRight">Class <a class="el" href="a00739.html" title="A standard container which offers fixed time access to individual elements in any order...">std::vector</a> with safety/checking/debug instrumentation.  <a href="a00286.html#details">More...</a><br/></dl></ul>
<h2><a name="func-members"></a>
Functions</h2>
<ul>
<li><a class="anchor" id="ae7a14dbb69ba5d746e530256ce27856c"></a><!-- doxytag: member="std::__debug::operator!=" ref="ae7a14dbb69ba5d746e530256ce27856c" args="(const deque&lt; _Tp, _Alloc &gt; &amp;__lhs, const deque&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator!=</b> (const <a class="el" href="a00275.html">deque</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, const <a class="el" href="a00275.html">deque</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li><a class="anchor" id="a6855999041899a63523a8635c2c29fe2"></a><!-- doxytag: member="std::__debug::operator!=" ref="a6855999041899a63523a8635c2c29fe2" args="(const list&lt; _Tp, _Alloc &gt; &amp;__lhs, const list&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator!=</b> (const <a class="el" href="a00277.html">list</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, const <a class="el" href="a00277.html">list</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li><a class="anchor" id="ac15a4f2310833445b1c728aae379c99a"></a><!-- doxytag: member="std::__debug::operator!=" ref="ac15a4f2310833445b1c728aae379c99a" args="(const unordered_multimap&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__x, const unordered_multimap&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__y)" -->
template&lt;typename _Key , typename _Tp , typename _Hash , typename _Pred , typename _Alloc &gt; bool <b>operator!=</b> (const <a class="el" href="a00283.html">unordered_multimap</a>&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__x, const <a class="el" href="a00283.html">unordered_multimap</a>&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__y)
<li><a class="anchor" id="a77fdf7b83ee0946fd79394c2a00440aa"></a><!-- doxytag: member="std::__debug::operator!=" ref="a77fdf7b83ee0946fd79394c2a00440aa" args="(const unordered_set&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__x, const unordered_set&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__y)" -->
template&lt;typename _Value , typename _Hash , typename _Pred , typename _Alloc &gt; bool <b>operator!=</b> (const <a class="el" href="a00285.html">unordered_set</a>&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__x, const <a class="el" href="a00285.html">unordered_set</a>&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__y)
<li><a class="anchor" id="a695df6f88c1391c3a7c534f587997ff2"></a><!-- doxytag: member="std::__debug::operator!=" ref="a695df6f88c1391c3a7c534f587997ff2" args="(const set&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const set&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Compare , typename _Allocator &gt; bool <b>operator!=</b> (const <a class="el" href="a00281.html">set</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00281.html">set</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="ae9d2ff1d2c25b06bf07c18b72e9d6b94"></a><!-- doxytag: member="std::__debug::operator!=" ref="ae9d2ff1d2c25b06bf07c18b72e9d6b94" args="(const unordered_multiset&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__x, const unordered_multiset&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__y)" -->
template&lt;typename _Value , typename _Hash , typename _Pred , typename _Alloc &gt; bool <b>operator!=</b> (const <a class="el" href="a00284.html">unordered_multiset</a>&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__x, const <a class="el" href="a00284.html">unordered_multiset</a>&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__y)
<li><a class="anchor" id="a3bc7df5fd0fe59ec8dab0e918d938161"></a><!-- doxytag: member="std::__debug::operator!=" ref="a3bc7df5fd0fe59ec8dab0e918d938161" args="(const vector&lt; _Tp, _Alloc &gt; &amp;__lhs, const vector&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator!=</b> (const <a class="el" href="a00286.html">vector</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, const <a class="el" href="a00286.html">vector</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li><a class="anchor" id="a649008a51dc6a168dbcff6e978d03da4"></a><!-- doxytag: member="std::__debug::operator!=" ref="a649008a51dc6a168dbcff6e978d03da4" args="(const map&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const map&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; bool <b>operator!=</b> (const <a class="el" href="a00278.html">map</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00278.html">map</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="a4212d3db29473c01d7b9df26bbf06bbf"></a><!-- doxytag: member="std::__debug::operator!=" ref="a4212d3db29473c01d7b9df26bbf06bbf" args="(const forward_list&lt; _Tp, _Alloc &gt; &amp;__lx, const forward_list&lt; _Tp, _Alloc &gt; &amp;__ly)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator!=</b> (const <a class="el" href="a00276.html">forward_list</a>&lt; _Tp, _Alloc &gt; &amp;__lx, const <a class="el" href="a00276.html">forward_list</a>&lt; _Tp, _Alloc &gt; &amp;__ly)
<li><a class="anchor" id="a9443283d7e73f5d6c6d94e83ebf4bd40"></a><!-- doxytag: member="std::__debug::operator!=" ref="a9443283d7e73f5d6c6d94e83ebf4bd40" args="(const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; bool <b>operator!=</b> (const <a class="el" href="a00279.html">multimap</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00279.html">multimap</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="ac2798afdac2fb845ba6e51367687bfaf"></a><!-- doxytag: member="std::__debug::operator!=" ref="ac2798afdac2fb845ba6e51367687bfaf" args="(const unordered_map&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__x, const unordered_map&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__y)" -->
template&lt;typename _Key , typename _Tp , typename _Hash , typename _Pred , typename _Alloc &gt; bool <b>operator!=</b> (const <a class="el" href="a00282.html">unordered_map</a>&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__x, const <a class="el" href="a00282.html">unordered_map</a>&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__y)
<li><a class="anchor" id="ad469dd898eedd73d8b142edbc25e31c9"></a><!-- doxytag: member="std::__debug::operator!=" ref="ad469dd898eedd73d8b142edbc25e31c9" args="(const multiset&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const multiset&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Compare , typename _Allocator &gt; bool <b>operator!=</b> (const <a class="el" href="a00280.html">multiset</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00280.html">multiset</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="ae91b11406530d30aabd582c408be1956"></a><!-- doxytag: member="std::__debug::operator&amp;" ref="ae91b11406530d30aabd582c408be1956" args="(const bitset&lt; _Nb &gt; &amp;__x, const bitset&lt; _Nb &gt; &amp;__y)" -->
template&lt;size_t _Nb&gt; <a class="el" href="a00274.html">bitset</a>&lt; _Nb &gt; <b>operator&amp;</b> (const <a class="el" href="a00274.html">bitset</a>&lt; _Nb &gt; &amp;__x, const <a class="el" href="a00274.html">bitset</a>&lt; _Nb &gt; &amp;__y)
<li><a class="anchor" id="a7e9a689c598143ebda1dc188c57a74a7"></a><!-- doxytag: member="std::__debug::operator&lt;" ref="a7e9a689c598143ebda1dc188c57a74a7" args="(const set&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const set&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Compare , typename _Allocator &gt; bool <b>operator&lt;</b> (const <a class="el" href="a00281.html">set</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00281.html">set</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="a6d3d2dc710483f405cef31f097f294a2"></a><!-- doxytag: member="std::__debug::operator&lt;" ref="a6d3d2dc710483f405cef31f097f294a2" args="(const deque&lt; _Tp, _Alloc &gt; &amp;__lhs, const deque&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator&lt;</b> (const <a class="el" href="a00275.html">deque</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, const <a class="el" href="a00275.html">deque</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li><a class="anchor" id="a4c980a7990966990bf41ac80db973365"></a><!-- doxytag: member="std::__debug::operator&lt;" ref="a4c980a7990966990bf41ac80db973365" args="(const vector&lt; _Tp, _Alloc &gt; &amp;__lhs, const vector&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator&lt;</b> (const <a class="el" href="a00286.html">vector</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, const <a class="el" href="a00286.html">vector</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li><a class="anchor" id="a6b9356c843f9c32908c848c0c7ceb2db"></a><!-- doxytag: member="std::__debug::operator&lt;" ref="a6b9356c843f9c32908c848c0c7ceb2db" args="(const list&lt; _Tp, _Alloc &gt; &amp;__lhs, const list&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator&lt;</b> (const <a class="el" href="a00277.html">list</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, const <a class="el" href="a00277.html">list</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li><a class="anchor" id="a408dc586087f66274db776d900b6d18e"></a><!-- doxytag: member="std::__debug::operator&lt;" ref="a408dc586087f66274db776d900b6d18e" args="(const map&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const map&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; bool <b>operator&lt;</b> (const <a class="el" href="a00278.html">map</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00278.html">map</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="a3936f094d12e2eca051cd92b3de1cda8"></a><!-- doxytag: member="std::__debug::operator&lt;" ref="a3936f094d12e2eca051cd92b3de1cda8" args="(const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; bool <b>operator&lt;</b> (const <a class="el" href="a00279.html">multimap</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00279.html">multimap</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="a2d602ed02da0b59a5ceb69157df278e4"></a><!-- doxytag: member="std::__debug::operator&lt;" ref="a2d602ed02da0b59a5ceb69157df278e4" args="(const forward_list&lt; _Tp, _Alloc &gt; &amp;__lx, const forward_list&lt; _Tp, _Alloc &gt; &amp;__ly)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator&lt;</b> (const <a class="el" href="a00276.html">forward_list</a>&lt; _Tp, _Alloc &gt; &amp;__lx, const <a class="el" href="a00276.html">forward_list</a>&lt; _Tp, _Alloc &gt; &amp;__ly)
<li><a class="anchor" id="ab8b6ff3a07a5418c5e42d96e4ab36cc5"></a><!-- doxytag: member="std::__debug::operator&lt;" ref="ab8b6ff3a07a5418c5e42d96e4ab36cc5" args="(const multiset&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const multiset&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Compare , typename _Allocator &gt; bool <b>operator&lt;</b> (const <a class="el" href="a00280.html">multiset</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00280.html">multiset</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="a4412cc6181f465429045270ca4752ba4"></a><!-- doxytag: member="std::__debug::operator&lt;&lt;" ref="a4412cc6181f465429045270ca4752ba4" args="(std::basic_ostream&lt; _CharT, _Traits &gt; &amp;__os, const bitset&lt; _Nb &gt; &amp;__x)" -->
template&lt;typename _CharT , typename _Traits , size_t _Nb&gt; <a class="el" href="a00251.html">std::basic_ostream</a>&lt; _CharT, <br class="typebreak"/>
_Traits &gt; &amp; <b>operator&lt;&lt;</b> (<a class="el" href="a00251.html">std::basic_ostream</a>&lt; _CharT, _Traits &gt; &amp;__os, const <a class="el" href="a00274.html">bitset</a>&lt; _Nb &gt; &amp;__x)
<li><a class="anchor" id="a06acb0264860f8c5ec6e6819de2d2154"></a><!-- doxytag: member="std::__debug::operator&lt;=" ref="a06acb0264860f8c5ec6e6819de2d2154" args="(const set&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const set&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Compare , typename _Allocator &gt; bool <b>operator&lt;=</b> (const <a class="el" href="a00281.html">set</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00281.html">set</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)
<li>template&lt;typename _Tp , typename _Alloc &gt; bool <a class="el" href="a01142.html#a7ff1990a2c3abc9fa4502813956b076e">operator&lt;=</a> (const <a class="el" href="a00276.html">forward_list</a>&lt; _Tp, _Alloc &gt; &amp;__lx, const <a class="el" href="a00276.html">forward_list</a>&lt; _Tp, _Alloc &gt; &amp;__ly)
<li><a class="anchor" id="ab5cd22d322e1cfc960927b533d2ec8ac"></a><!-- doxytag: member="std::__debug::operator&lt;=" ref="ab5cd22d322e1cfc960927b533d2ec8ac" args="(const deque&lt; _Tp, _Alloc &gt; &amp;__lhs, const deque&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator&lt;=</b> (const <a class="el" href="a00275.html">deque</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, const <a class="el" href="a00275.html">deque</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li><a class="anchor" id="a61b6f7a7e092c3309804a5c8c26f9714"></a><!-- doxytag: member="std::__debug::operator&lt;=" ref="a61b6f7a7e092c3309804a5c8c26f9714" args="(const vector&lt; _Tp, _Alloc &gt; &amp;__lhs, const vector&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator&lt;=</b> (const <a class="el" href="a00286.html">vector</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, const <a class="el" href="a00286.html">vector</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li><a class="anchor" id="a6c1eca7c5d662a8f27e0384d2b39e488"></a><!-- doxytag: member="std::__debug::operator&lt;=" ref="a6c1eca7c5d662a8f27e0384d2b39e488" args="(const list&lt; _Tp, _Alloc &gt; &amp;__lhs, const list&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator&lt;=</b> (const <a class="el" href="a00277.html">list</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, const <a class="el" href="a00277.html">list</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li><a class="anchor" id="ab68fdf0b1a293e197428a16e77680d25"></a><!-- doxytag: member="std::__debug::operator&lt;=" ref="ab68fdf0b1a293e197428a16e77680d25" args="(const map&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const map&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; bool <b>operator&lt;=</b> (const <a class="el" href="a00278.html">map</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00278.html">map</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="a8604b2ba193e1290a0147b2f09a92eb6"></a><!-- doxytag: member="std::__debug::operator&lt;=" ref="a8604b2ba193e1290a0147b2f09a92eb6" args="(const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; bool <b>operator&lt;=</b> (const <a class="el" href="a00279.html">multimap</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00279.html">multimap</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="a3632348792f23ab92143bfff27c92f5e"></a><!-- doxytag: member="std::__debug::operator&lt;=" ref="a3632348792f23ab92143bfff27c92f5e" args="(const multiset&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const multiset&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Compare , typename _Allocator &gt; bool <b>operator&lt;=</b> (const <a class="el" href="a00280.html">multiset</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00280.html">multiset</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="a5b1e542cee4aa2b06dd9818f4eb108f6"></a><!-- doxytag: member="std::__debug::operator==" ref="a5b1e542cee4aa2b06dd9818f4eb108f6" args="(const set&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const set&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Compare , typename _Allocator &gt; bool <b>operator==</b> (const <a class="el" href="a00281.html">set</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00281.html">set</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="a520d47ad76d7ad17026070e979224bd3"></a><!-- doxytag: member="std::__debug::operator==" ref="a520d47ad76d7ad17026070e979224bd3" args="(const unordered_set&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__x, const unordered_set&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__y)" -->
template&lt;typename _Value , typename _Hash , typename _Pred , typename _Alloc &gt; bool <b>operator==</b> (const <a class="el" href="a00285.html">unordered_set</a>&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__x, const <a class="el" href="a00285.html">unordered_set</a>&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__y)
<li><a class="anchor" id="a513ba8c7e1545db2def77ac0dd24849a"></a><!-- doxytag: member="std::__debug::operator==" ref="a513ba8c7e1545db2def77ac0dd24849a" args="(const unordered_multiset&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__x, const unordered_multiset&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__y)" -->
template&lt;typename _Value , typename _Hash , typename _Pred , typename _Alloc &gt; bool <b>operator==</b> (const <a class="el" href="a00284.html">unordered_multiset</a>&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__x, const <a class="el" href="a00284.html">unordered_multiset</a>&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__y)
<li><a class="anchor" id="ab705d12466dd04e4fc81ee1c99e4ddea"></a><!-- doxytag: member="std::__debug::operator==" ref="ab705d12466dd04e4fc81ee1c99e4ddea" args="(const vector&lt; _Tp, _Alloc &gt; &amp;__lhs, const vector&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator==</b> (const <a class="el" href="a00286.html">vector</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, const <a class="el" href="a00286.html">vector</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li><a class="anchor" id="a672d8f058cdc0dd314114d90befb88e4"></a><!-- doxytag: member="std::__debug::operator==" ref="a672d8f058cdc0dd314114d90befb88e4" args="(const list&lt; _Tp, _Alloc &gt; &amp;__lhs, const list&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator==</b> (const <a class="el" href="a00277.html">list</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, const <a class="el" href="a00277.html">list</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li><a class="anchor" id="ab84bc0634576cc68d9baac067b9945e3"></a><!-- doxytag: member="std::__debug::operator==" ref="ab84bc0634576cc68d9baac067b9945e3" args="(const map&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const map&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; bool <b>operator==</b> (const <a class="el" href="a00278.html">map</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00278.html">map</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="a932304055b2318f907d3caa0b9c49177"></a><!-- doxytag: member="std::__debug::operator==" ref="a932304055b2318f907d3caa0b9c49177" args="(const forward_list&lt; _Tp, _Alloc &gt; &amp;__lx, const forward_list&lt; _Tp, _Alloc &gt; &amp;__ly)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator==</b> (const <a class="el" href="a00276.html">forward_list</a>&lt; _Tp, _Alloc &gt; &amp;__lx, const <a class="el" href="a00276.html">forward_list</a>&lt; _Tp, _Alloc &gt; &amp;__ly)
<li><a class="anchor" id="a3bdd9c97844ab943a33157d56d78674e"></a><!-- doxytag: member="std::__debug::operator==" ref="a3bdd9c97844ab943a33157d56d78674e" args="(const unordered_multimap&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__x, const unordered_multimap&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__y)" -->
template&lt;typename _Key , typename _Tp , typename _Hash , typename _Pred , typename _Alloc &gt; bool <b>operator==</b> (const <a class="el" href="a00283.html">unordered_multimap</a>&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__x, const <a class="el" href="a00283.html">unordered_multimap</a>&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__y)
<li><a class="anchor" id="aa7aa6f6a0939267e0dfb0eeb8ece735b"></a><!-- doxytag: member="std::__debug::operator==" ref="aa7aa6f6a0939267e0dfb0eeb8ece735b" args="(const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; bool <b>operator==</b> (const <a class="el" href="a00279.html">multimap</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00279.html">multimap</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="ae798968ec43b5bd4052765bb0b423bce"></a><!-- doxytag: member="std::__debug::operator==" ref="ae798968ec43b5bd4052765bb0b423bce" args="(const unordered_map&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__x, const unordered_map&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__y)" -->
template&lt;typename _Key , typename _Tp , typename _Hash , typename _Pred , typename _Alloc &gt; bool <b>operator==</b> (const <a class="el" href="a00282.html">unordered_map</a>&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__x, const <a class="el" href="a00282.html">unordered_map</a>&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__y)
<li><a class="anchor" id="a6667aa6b355aca78d31906cf78980b91"></a><!-- doxytag: member="std::__debug::operator==" ref="a6667aa6b355aca78d31906cf78980b91" args="(const deque&lt; _Tp, _Alloc &gt; &amp;__lhs, const deque&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator==</b> (const <a class="el" href="a00275.html">deque</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, const <a class="el" href="a00275.html">deque</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li><a class="anchor" id="ad01959b9e8eb1f24af04411026827fb5"></a><!-- doxytag: member="std::__debug::operator==" ref="ad01959b9e8eb1f24af04411026827fb5" args="(const multiset&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const multiset&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Compare , typename _Allocator &gt; bool <b>operator==</b> (const <a class="el" href="a00280.html">multiset</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00280.html">multiset</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="ac00c2b1b6cd84b37492e08d59c48c5d3"></a><!-- doxytag: member="std::__debug::operator&gt;" ref="ac00c2b1b6cd84b37492e08d59c48c5d3" args="(const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; bool <b>operator&gt;</b> (const <a class="el" href="a00279.html">multimap</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00279.html">multimap</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="aa41c6ac51bb4e19ec910676bfb45316f"></a><!-- doxytag: member="std::__debug::operator&gt;" ref="aa41c6ac51bb4e19ec910676bfb45316f" args="(const multiset&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const multiset&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Compare , typename _Allocator &gt; bool <b>operator&gt;</b> (const <a class="el" href="a00280.html">multiset</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00280.html">multiset</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)
<li>template&lt;typename _Tp , typename _Alloc &gt; bool <a class="el" href="a01142.html#a482040a322fd4ef715575164e42f9530">operator&gt;</a> (const <a class="el" href="a00276.html">forward_list</a>&lt; _Tp, _Alloc &gt; &amp;__lx, const <a class="el" href="a00276.html">forward_list</a>&lt; _Tp, _Alloc &gt; &amp;__ly)
<li><a class="anchor" id="abcb2e0ba778091a9e27a8fa720f14619"></a><!-- doxytag: member="std::__debug::operator&gt;" ref="abcb2e0ba778091a9e27a8fa720f14619" args="(const set&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const set&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Compare , typename _Allocator &gt; bool <b>operator&gt;</b> (const <a class="el" href="a00281.html">set</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00281.html">set</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="acd5701dfac32f9c47ee74db7d2cdb893"></a><!-- doxytag: member="std::__debug::operator&gt;" ref="acd5701dfac32f9c47ee74db7d2cdb893" args="(const deque&lt; _Tp, _Alloc &gt; &amp;__lhs, const deque&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator&gt;</b> (const <a class="el" href="a00275.html">deque</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, const <a class="el" href="a00275.html">deque</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li><a class="anchor" id="a705714ac5c9a34ef53b717a3cac7906c"></a><!-- doxytag: member="std::__debug::operator&gt;" ref="a705714ac5c9a34ef53b717a3cac7906c" args="(const vector&lt; _Tp, _Alloc &gt; &amp;__lhs, const vector&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator&gt;</b> (const <a class="el" href="a00286.html">vector</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, const <a class="el" href="a00286.html">vector</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li><a class="anchor" id="a05b0cec861658760ebd25fa9e9f06754"></a><!-- doxytag: member="std::__debug::operator&gt;" ref="a05b0cec861658760ebd25fa9e9f06754" args="(const list&lt; _Tp, _Alloc &gt; &amp;__lhs, const list&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator&gt;</b> (const <a class="el" href="a00277.html">list</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, const <a class="el" href="a00277.html">list</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li><a class="anchor" id="a2164ad7714f23b6c8ddeafb6cdb80ca8"></a><!-- doxytag: member="std::__debug::operator&gt;" ref="a2164ad7714f23b6c8ddeafb6cdb80ca8" args="(const map&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const map&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; bool <b>operator&gt;</b> (const <a class="el" href="a00278.html">map</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00278.html">map</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="abd1678b3092d759fc7e9af1e1596cd28"></a><!-- doxytag: member="std::__debug::operator&gt;=" ref="abd1678b3092d759fc7e9af1e1596cd28" args="(const list&lt; _Tp, _Alloc &gt; &amp;__lhs, const list&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator&gt;=</b> (const <a class="el" href="a00277.html">list</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, const <a class="el" href="a00277.html">list</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li><a class="anchor" id="ad59647c42ecce5d9f117e64f540b44d6"></a><!-- doxytag: member="std::__debug::operator&gt;=" ref="ad59647c42ecce5d9f117e64f540b44d6" args="(const vector&lt; _Tp, _Alloc &gt; &amp;__lhs, const vector&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator&gt;=</b> (const <a class="el" href="a00286.html">vector</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, const <a class="el" href="a00286.html">vector</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li><a class="anchor" id="a182af2ab6430479541bed47b071f1c7b"></a><!-- doxytag: member="std::__debug::operator&gt;=" ref="a182af2ab6430479541bed47b071f1c7b" args="(const deque&lt; _Tp, _Alloc &gt; &amp;__lhs, const deque&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; bool <b>operator&gt;=</b> (const <a class="el" href="a00275.html">deque</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, const <a class="el" href="a00275.html">deque</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li><a class="anchor" id="a1b877da9188dd28bf04ad4dcb2acc3eb"></a><!-- doxytag: member="std::__debug::operator&gt;=" ref="a1b877da9188dd28bf04ad4dcb2acc3eb" args="(const multiset&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const multiset&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Compare , typename _Allocator &gt; bool <b>operator&gt;=</b> (const <a class="el" href="a00280.html">multiset</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00280.html">multiset</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="a1905d99cb00e67f57fdb531e6f414d16"></a><!-- doxytag: member="std::__debug::operator&gt;=" ref="a1905d99cb00e67f57fdb531e6f414d16" args="(const map&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const map&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; bool <b>operator&gt;=</b> (const <a class="el" href="a00278.html">map</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00278.html">map</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="ae2d9fc63dcae99812a1246e8bd21452b"></a><!-- doxytag: member="std::__debug::operator&gt;=" ref="ae2d9fc63dcae99812a1246e8bd21452b" args="(const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; bool <b>operator&gt;=</b> (const <a class="el" href="a00279.html">multimap</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00279.html">multimap</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="a98ec9f0fbea2fe25a8d1899c4dd8b1d5"></a><!-- doxytag: member="std::__debug::operator&gt;=" ref="a98ec9f0fbea2fe25a8d1899c4dd8b1d5" args="(const set&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const set&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Compare , typename _Allocator &gt; bool <b>operator&gt;=</b> (const <a class="el" href="a00281.html">set</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__lhs, const <a class="el" href="a00281.html">set</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__rhs)
<li>template&lt;typename _Tp , typename _Alloc &gt; bool <a class="el" href="a01142.html#a746e06198e27729deb7a45515175e7df">operator&gt;=</a> (const <a class="el" href="a00276.html">forward_list</a>&lt; _Tp, _Alloc &gt; &amp;__lx, const <a class="el" href="a00276.html">forward_list</a>&lt; _Tp, _Alloc &gt; &amp;__ly)
<li><a class="anchor" id="a8a8cc5d1a2593da6822fa3f872131c9d"></a><!-- doxytag: member="std::__debug::operator&gt;&gt;" ref="a8a8cc5d1a2593da6822fa3f872131c9d" args="(std::basic_istream&lt; _CharT, _Traits &gt; &amp;__is, bitset&lt; _Nb &gt; &amp;__x)" -->
template&lt;typename _CharT , typename _Traits , size_t _Nb&gt; <a class="el" href="a00250.html">std::basic_istream</a>&lt; _CharT, <br class="typebreak"/>
_Traits &gt; &amp; <b>operator&gt;&gt;</b> (<a class="el" href="a00250.html">std::basic_istream</a>&lt; _CharT, _Traits &gt; &amp;__is, <a class="el" href="a00274.html">bitset</a>&lt; _Nb &gt; &amp;__x)
<li><a class="anchor" id="a89ce4760e7aaf3659f916bb93873bc0f"></a><!-- doxytag: member="std::__debug::operator^" ref="a89ce4760e7aaf3659f916bb93873bc0f" args="(const bitset&lt; _Nb &gt; &amp;__x, const bitset&lt; _Nb &gt; &amp;__y)" -->
template&lt;size_t _Nb&gt; <a class="el" href="a00274.html">bitset</a>&lt; _Nb &gt; <b>operator^</b> (const <a class="el" href="a00274.html">bitset</a>&lt; _Nb &gt; &amp;__x, const <a class="el" href="a00274.html">bitset</a>&lt; _Nb &gt; &amp;__y)
<li><a class="anchor" id="a36fbb4cd1db88b73a3c90b9eba7d5019"></a><!-- doxytag: member="std::__debug::operator|" ref="a36fbb4cd1db88b73a3c90b9eba7d5019" args="(const bitset&lt; _Nb &gt; &amp;__x, const bitset&lt; _Nb &gt; &amp;__y)" -->
template&lt;size_t _Nb&gt; <a class="el" href="a00274.html">bitset</a>&lt; _Nb &gt; <b>operator|</b> (const <a class="el" href="a00274.html">bitset</a>&lt; _Nb &gt; &amp;__x, const <a class="el" href="a00274.html">bitset</a>&lt; _Nb &gt; &amp;__y)
<li><a class="anchor" id="aa7afbe92f0ff04367b30fe7be89cffb8"></a><!-- doxytag: member="std::__debug::swap" ref="aa7afbe92f0ff04367b30fe7be89cffb8" args="(vector&lt; _Tp, _Alloc &gt; &amp;__lhs, vector&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; void <b>swap</b> (<a class="el" href="a00286.html">vector</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, <a class="el" href="a00286.html">vector</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li>template&lt;typename _Tp , typename _Alloc &gt; void <a class="el" href="a01142.html#a44d8895ff0281e217f4c5ae9e3a4fda0">swap</a> (<a class="el" href="a00276.html">forward_list</a>&lt; _Tp, _Alloc &gt; &amp;__lx, <a class="el" href="a00276.html">forward_list</a>&lt; _Tp, _Alloc &gt; &amp;__ly)
<li><a class="anchor" id="a69d41fe99c9d7026b5a7fc9941803670"></a><!-- doxytag: member="std::__debug::swap" ref="a69d41fe99c9d7026b5a7fc9941803670" args="(unordered_multiset&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__x, unordered_multiset&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__y)" -->
template&lt;typename _Value , typename _Hash , typename _Pred , typename _Alloc &gt; void <b>swap</b> (<a class="el" href="a00284.html">unordered_multiset</a>&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__x, <a class="el" href="a00284.html">unordered_multiset</a>&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__y)
<li><a class="anchor" id="a03a14b0843fa74052d8d6d1947abfd0b"></a><!-- doxytag: member="std::__debug::swap" ref="a03a14b0843fa74052d8d6d1947abfd0b" args="(multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; void <b>swap</b> (<a class="el" href="a00279.html">multimap</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, <a class="el" href="a00279.html">multimap</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="a6c9698bc80e25cea0e0c9ec92dcabccc"></a><!-- doxytag: member="std::__debug::swap" ref="a6c9698bc80e25cea0e0c9ec92dcabccc" args="(unordered_map&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__x, unordered_map&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__y)" -->
template&lt;typename _Key , typename _Tp , typename _Hash , typename _Pred , typename _Alloc &gt; void <b>swap</b> (<a class="el" href="a00282.html">unordered_map</a>&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__x, <a class="el" href="a00282.html">unordered_map</a>&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__y)
<li><a class="anchor" id="aac939e168835c98a4a9525bf66d3506b"></a><!-- doxytag: member="std::__debug::swap" ref="aac939e168835c98a4a9525bf66d3506b" args="(set&lt; _Key, _Compare, _Allocator &gt; &amp;__x, set&lt; _Key, _Compare, _Allocator &gt; &amp;__y)" -->
template&lt;typename _Key , typename _Compare , typename _Allocator &gt; void <b>swap</b> (<a class="el" href="a00281.html">set</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__x, <a class="el" href="a00281.html">set</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__y)
<li><a class="anchor" id="accb66e5872651cf6c3b7edc57c7a2fac"></a><!-- doxytag: member="std::__debug::swap" ref="accb66e5872651cf6c3b7edc57c7a2fac" args="(unordered_set&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__x, unordered_set&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__y)" -->
template&lt;typename _Value , typename _Hash , typename _Pred , typename _Alloc &gt; void <b>swap</b> (<a class="el" href="a00285.html">unordered_set</a>&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__x, <a class="el" href="a00285.html">unordered_set</a>&lt; _Value, _Hash, _Pred, _Alloc &gt; &amp;__y)
<li><a class="anchor" id="a55546113a9fb06dc79ffb78a58f8c882"></a><!-- doxytag: member="std::__debug::swap" ref="a55546113a9fb06dc79ffb78a58f8c882" args="(deque&lt; _Tp, _Alloc &gt; &amp;__lhs, deque&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; void <b>swap</b> (<a class="el" href="a00275.html">deque</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, <a class="el" href="a00275.html">deque</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
<li><a class="anchor" id="ada7913d904953bed12b3b26e44e36b4d"></a><!-- doxytag: member="std::__debug::swap" ref="ada7913d904953bed12b3b26e44e36b4d" args="(multiset&lt; _Key, _Compare, _Allocator &gt; &amp;__x, multiset&lt; _Key, _Compare, _Allocator &gt; &amp;__y)" -->
template&lt;typename _Key , typename _Compare , typename _Allocator &gt; void <b>swap</b> (<a class="el" href="a00280.html">multiset</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__x, <a class="el" href="a00280.html">multiset</a>&lt; _Key, _Compare, _Allocator &gt; &amp;__y)
<li><a class="anchor" id="add6173bc51a3f0bac26652edc20db653"></a><!-- doxytag: member="std::__debug::swap" ref="add6173bc51a3f0bac26652edc20db653" args="(unordered_multimap&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__x, unordered_multimap&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__y)" -->
template&lt;typename _Key , typename _Tp , typename _Hash , typename _Pred , typename _Alloc &gt; void <b>swap</b> (<a class="el" href="a00283.html">unordered_multimap</a>&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__x, <a class="el" href="a00283.html">unordered_multimap</a>&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt; &amp;__y)
<li><a class="anchor" id="a54cd2a6ddd53815a3a5a85a3de680af0"></a><!-- doxytag: member="std::__debug::swap" ref="a54cd2a6ddd53815a3a5a85a3de680af0" args="(map&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, map&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; void <b>swap</b> (<a class="el" href="a00278.html">map</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, <a class="el" href="a00278.html">map</a>&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="ab962133cfd444227d49b2d90ee36509e"></a><!-- doxytag: member="std::__debug::swap" ref="ab962133cfd444227d49b2d90ee36509e" args="(list&lt; _Tp, _Alloc &gt; &amp;__lhs, list&lt; _Tp, _Alloc &gt; &amp;__rhs)" -->
template&lt;typename _Tp , typename _Alloc &gt; void <b>swap</b> (<a class="el" href="a00277.html">list</a>&lt; _Tp, _Alloc &gt; &amp;__lhs, <a class="el" href="a00277.html">list</a>&lt; _Tp, _Alloc &gt; &amp;__rhs)
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>GNU debug code, replaces standard behavior with debug behavior. </p>
<p>Macros and namespaces used by the implementation outside of debug wrappers to verify certain properties. The __glibcxx_requires_xxx macros are merely wrappers around the __glibcxx_check_xxx wrappers when we are compiling with debug mode, but disappear when we are in release mode so that there is no checking performed in, e.g., the standard library algorithms. </p>
</div><hr/><h2>Function Documentation</h2>
<a class="anchor" id="a7ff1990a2c3abc9fa4502813956b076e"></a><!-- doxytag: member="std::__debug::operator&lt;=" ref="a7ff1990a2c3abc9fa4502813956b076e" args="(const forward_list&lt; _Tp, _Alloc &gt; &amp;__lx, const forward_list&lt; _Tp, _Alloc &gt; &amp;__ly)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename _Tp , typename _Alloc &gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">bool std::__debug::operator&lt;= </td>
          <td>(</td>
          <td class="paramtype">const forward_list&lt; _Tp, _Alloc &gt; &amp;&#160;</td>
          <td class="paramname"><em>__lx</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const forward_list&lt; _Tp, _Alloc &gt; &amp;&#160;</td>
          <td class="paramname"><em>__ly</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Based on operator&lt;. </p>

<p>Definition at line <a class="el" href="a00877_source.html#l00712">712</a> of file <a class="el" href="a00877_source.html">debug/forward_list</a>.</p>

</div>
</div>
<a class="anchor" id="a482040a322fd4ef715575164e42f9530"></a><!-- doxytag: member="std::__debug::operator&gt;" ref="a482040a322fd4ef715575164e42f9530" args="(const forward_list&lt; _Tp, _Alloc &gt; &amp;__lx, const forward_list&lt; _Tp, _Alloc &gt; &amp;__ly)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename _Tp , typename _Alloc &gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">bool std::__debug::operator&gt; </td>
          <td>(</td>
          <td class="paramtype">const forward_list&lt; _Tp, _Alloc &gt; &amp;&#160;</td>
          <td class="paramname"><em>__lx</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const forward_list&lt; _Tp, _Alloc &gt; &amp;&#160;</td>
          <td class="paramname"><em>__ly</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Based on operator&lt;. </p>

<p>Definition at line <a class="el" href="a00877_source.html#l00698">698</a> of file <a class="el" href="a00877_source.html">debug/forward_list</a>.</p>

</div>
</div>
<a class="anchor" id="a746e06198e27729deb7a45515175e7df"></a><!-- doxytag: member="std::__debug::operator&gt;=" ref="a746e06198e27729deb7a45515175e7df" args="(const forward_list&lt; _Tp, _Alloc &gt; &amp;__lx, const forward_list&lt; _Tp, _Alloc &gt; &amp;__ly)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename _Tp , typename _Alloc &gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">bool std::__debug::operator&gt;= </td>
          <td>(</td>
          <td class="paramtype">const forward_list&lt; _Tp, _Alloc &gt; &amp;&#160;</td>
          <td class="paramname"><em>__lx</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const forward_list&lt; _Tp, _Alloc &gt; &amp;&#160;</td>
          <td class="paramname"><em>__ly</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Based on operator&lt;. </p>

<p>Definition at line <a class="el" href="a00877_source.html#l00705">705</a> of file <a class="el" href="a00877_source.html">debug/forward_list</a>.</p>

</div>
</div>
<a class="anchor" id="a44d8895ff0281e217f4c5ae9e3a4fda0"></a><!-- doxytag: member="std::__debug::swap" ref="a44d8895ff0281e217f4c5ae9e3a4fda0" args="(forward_list&lt; _Tp, _Alloc &gt; &amp;__lx, forward_list&lt; _Tp, _Alloc &gt; &amp;__ly)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename _Tp , typename _Alloc &gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">void std::__debug::swap </td>
          <td>(</td>
          <td class="paramtype">forward_list&lt; _Tp, _Alloc &gt; &amp;&#160;</td>
          <td class="paramname"><em>__lx</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">forward_list&lt; _Tp, _Alloc &gt; &amp;&#160;</td>
          <td class="paramname"><em>__ly</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>See <a class="el" href="a00475.html#a64729c5eb3469e110bf4b2f1a11e9bec" title="Swaps data with another forward_list.">std::forward_list::swap()</a>. </p>

<p>Definition at line <a class="el" href="a00877_source.html#l00719">719</a> of file <a class="el" href="a00877_source.html">debug/forward_list</a>.</p>

</div>
</div>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="a01137.html">std</a>      </li>
      <li class="navelem"><a class="el" href="a01142.html">__debug</a>      </li>
      <li class="footer">Generated by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </li>
    </ul>
  </div>

</body>
</html>