summaryrefslogtreecommitdiff
path: root/doc/html/boost/forward.html
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:11:01 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:11:01 +0900
commit3fdc3e5ee96dca5b11d1694975a65200787eab86 (patch)
tree5c1733853892b8397d67706fa453a9bd978d2102 /doc/html/boost/forward.html
parent88e602c57797660ebe0f9e15dbd64c1ff16dead3 (diff)
downloadboost-3fdc3e5ee96dca5b11d1694975a65200787eab86.tar.gz
boost-3fdc3e5ee96dca5b11d1694975a65200787eab86.tar.bz2
boost-3fdc3e5ee96dca5b11d1694975a65200787eab86.zip
Imported Upstream version 1.66.0upstream/1.66.0
Diffstat (limited to 'doc/html/boost/forward.html')
-rw-r--r--doc/html/boost/forward.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/boost/forward.html b/doc/html/boost/forward.html
index 30633ef123..3ec1229315 100644
--- a/doc/html/boost/forward.html
+++ b/doc/html/boost/forward.html
@@ -7,8 +7,8 @@
<meta name="generator" content="DocBook XSL Stylesheets V1.79.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.utility_core_hpp" title="Header &lt;boost/move/utility_core.hpp&gt;">
-<link rel="prev" href="move_idp665993936.html" title="Function template move">
-<link rel="next" href="move_if_not_l_idp666003712.html" title="Function template move_if_not_lvalue_reference">
+<link rel="prev" href="move_1_3_25_20_16_2_2.html" title="Function template move">
+<link rel="next" href="move_if_n_1_3_25_20_16_2_4.html" title="Function template move_if_not_lvalue_reference">
</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_idp665993936.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../move/reference.html#header.boost.move.utility_core_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_if_not_l_idp666003712.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="move_1_3_25_20_16_2_2.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../move/reference.html#header.boost.move.utility_core_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_if_n_1_3_25_20_16_2_4.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.forward"></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="identifier">output_reference</span> <span class="identifier">forward</span><span class="special">(</span><span class="identifier">input_reference</span><span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp408658112"></a><h2>Description</h2>
+<a name="id-1.3.25.20.17.6.4"></a><h2>Description</h2>
<p>This function provides limited form of forwarding that is usually enough for in-place construction and avoids the exponential overloading for achieve the limited forwarding in C++03.</p>
<p>For compilers with rvalue references this function provides perfect forwarding.</p>
<p>Otherwise:</p>
@@ -57,7 +57,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="move_idp665993936.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../move/reference.html#header.boost.move.utility_core_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_if_not_l_idp666003712.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="move_1_3_25_20_16_2_2.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../move/reference.html#header.boost.move.utility_core_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_if_n_1_3_25_20_16_2_4.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>