summaryrefslogtreecommitdiff
path: root/doc/html/boost/move_backward.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/move_backward.html')
-rw-r--r--doc/html/boost/move_backward.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/html/boost/move_backward.html b/doc/html/boost/move_backward.html
index 7766144392..9f5508d4b4 100644
--- a/doc/html/boost/move_backward.html
+++ b/doc/html/boost/move_backward.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@@ -6,7 +7,7 @@
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<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="move_idp200621424.html" title="Function template move">
+<link rel="prev" href="move_idp207498784.html" title="Function template move">
<link rel="next" href="uninitialized_move.html" title="Function template uninitialized_move">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,7 +21,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="move_idp200621424.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="uninitialized_move.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="move_idp207498784.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="uninitialized_move.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.move_backward"></a><div class="titlepage"></div>
@@ -34,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> O<span class="special">&gt;</span> <span class="identifier">O</span> <span class="identifier">move_backward</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">O</span> result<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp323547392"></a><h2>Description</h2>
+<a name="idp329283024"></a><h2>Description</h2>
<p><span class="bold"><strong>Effects</strong></span>: Moves elements in the range [first,last) into the range [result - (last-first),result) starting from last - 1 and proceeding to first. For each positive integer n &lt;= (last - first), performs *(result - n) = boost::move(*(last - n)).</p>
<p><span class="bold"><strong>Requires</strong></span>: result shall not be in the range [first,last).</p>
<p><span class="bold"><strong>Returns</strong></span>: result - (last - first).</p>
@@ -51,7 +52,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="move_idp200621424.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="uninitialized_move.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="move_idp207498784.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="uninitialized_move.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>