summaryrefslogtreecommitdiff
path: root/doc/html/boost/copy_or_move.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/copy_or_move.html')
-rw-r--r--doc/html/boost/copy_or_move.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/boost/copy_or_move.html b/doc/html/boost/copy_or_move.html
index f55175c029..0348a9c5c3 100644
--- a/doc/html/boost/copy_or_move.html
+++ b/doc/html/boost/copy_or_move.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.algorithm_hpp" title="Header &lt;boost/move/algorithm.hpp&gt;">
<link rel="prev" href="uninitialized_copy_or_move.html" title="Function template uninitialized_copy_or_move">
-<link rel="next" href="has_move_emul_idp106862080.html" title="Struct template has_move_emulation_disabled">
+<link rel="next" href="has_move_idm45506979323984.html" title="Struct template has_move_emulation_disabled">
</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="uninitialized_copy_or_move.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../move/reference.html#header.boost.move.algorithm_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="has_move_emul_idp106862080.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="uninitialized_copy_or_move.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../move/reference.html#header.boost.move.algorithm_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="has_move_idm45506979323984.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.copy_or_move"></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> I<span class="special">,</span> <span class="keyword">typename</span> F<span class="special">&gt;</span> <span class="identifier">F</span> <span class="identifier">copy_or_move</span><span class="special">(</span><span class="identifier">I</span> f<span class="special">,</span> <span class="identifier">I</span> l<span class="special">,</span> <span class="identifier">F</span> r<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp329383248"></a><h2>Description</h2>
+<a name="idm45555231951632"></a><h2>Description</h2>
<p><span class="bold"><strong>Effects</strong></span>: </p>
<pre class="programlisting"><span class="keyword">for</span> <span class="special">(</span><span class="special">;</span> <span class="identifier">first</span> <span class="special">!=</span> <span class="identifier">last</span><span class="special">;</span> <span class="special">++</span><span class="identifier">result</span><span class="special">,</span> <span class="special">++</span><span class="identifier">first</span><span class="special">)</span>
<span class="special">*</span><span class="identifier">result</span> <span class="special">=</span> <span class="special">*</span><span class="identifier">first</span><span class="special">;</span>
@@ -54,7 +54,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="uninitialized_copy_or_move.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../move/reference.html#header.boost.move.algorithm_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="has_move_emul_idp106862080.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="uninitialized_copy_or_move.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../move/reference.html#header.boost.move.algorithm_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="has_move_idm45506979323984.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>