summaryrefslogtreecommitdiff
path: root/doc/html/boost/adl_move_swap.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/adl_move_swap.html')
-rw-r--r--doc/html/boost/adl_move_swap.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/boost/adl_move_swap.html b/doc/html/boost/adl_move_swap.html
index 275fb3325c..3fbe5d0119 100644
--- a/doc/html/boost/adl_move_swap.html
+++ b/doc/html/boost/adl_move_swap.html
@@ -8,7 +8,7 @@
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../move/reference.html#header.boost.move.adl_move_swap_hpp" title="Header &lt;boost/move/adl_move_swap.hpp&gt;">
<link rel="prev" href="../move/reference.html" title="Reference">
-<link rel="next" href="move_idp207498784.html" title="Function template move">
+<link rel="next" href="move_idm45507111136736.html" title="Function template move">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -21,7 +21,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="../move/reference.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../move/reference.html#header.boost.move.adl_move_swap_hpp"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="move_idp207498784.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../move/reference.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../move/reference.html#header.boost.move.adl_move_swap_hpp"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="move_idm45507111136736.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.adl_move_swap"></a><div class="titlepage"></div>
@@ -35,7 +35,7 @@
</span>
<span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">&gt;</span> <span class="keyword">void</span> <span class="identifier">adl_move_swap</span><span class="special">(</span><span class="identifier">T</span> <span class="special">&amp;</span> x<span class="special">,</span> <span class="identifier">T</span> <span class="special">&amp;</span> y<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp329189824"></a><h2>Description</h2>
+<a name="idm45555232145184"></a><h2>Description</h2>
<p>Exchanges the values of a and b, using Argument Dependent Lookup (ADL) to select a specialized swap function if available. If no specialized swap function is available, std::swap is used.</p>
<p><span class="bold"><strong>Exception</strong></span>: If T uses Boost.Move's move emulation and the compiler has no rvalue references then:</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
@@ -56,7 +56,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="../move/reference.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../move/reference.html#header.boost.move.adl_move_swap_hpp"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="move_idp207498784.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../move/reference.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../move/reference.html#header.boost.move.adl_move_swap_hpp"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="move_idm45507111136736.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>