summaryrefslogtreecommitdiff
path: root/doc/html/BOOST_MOVE_RET.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/BOOST_MOVE_RET.html')
-rw-r--r--doc/html/BOOST_MOVE_RET.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/BOOST_MOVE_RET.html b/doc/html/BOOST_MOVE_RET.html
index ffc6e7d5dc..0b8e142341 100644
--- a/doc/html/BOOST_MOVE_RET.html
+++ b/doc/html/BOOST_MOVE_RET.html
@@ -7,7 +7,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.core_hpp" title="Header &lt;boost/move/core.hpp&gt;">
<link rel="prev" href="BOOST_FWD_REF.html" title="Macro BOOST_FWD_REF">
-<link rel="next" href="boost/move_upd/def_del_compatible_cond.html" title="Struct template def_del_compatible_cond">
+<link rel="next" href="BOOST_MOVE_BASE.html" title="Macro BOOST_MOVE_BASE">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="BOOST_FWD_REF.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="move/reference.html#header.boost.move.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="boost/move_upd/def_del_compatible_cond.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="BOOST_FWD_REF.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="move/reference.html#header.boost.move.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="BOOST_MOVE_BASE.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="BOOST_MOVE_RET"></a><div class="titlepage"></div>
@@ -33,7 +33,7 @@
</span>BOOST_MOVE_RET(RET_TYPE, REF)</pre></div>
<div class="refsect1">
-<a name="idp330079600"></a><h2>Description</h2>
+<a name="idp323740912"></a><h2>Description</h2>
<p>This macro is used to achieve portable move return semantics. The C++11 Standard allows implicit move returns when the object to be returned is designated by a lvalue and:</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p>The criteria for elision of a copy operation are met OR</p></li>
@@ -57,7 +57,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="BOOST_FWD_REF.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="move/reference.html#header.boost.move.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="boost/move_upd/def_del_compatible_cond.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="BOOST_FWD_REF.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="move/reference.html#header.boost.move.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="BOOST_MOVE_BASE.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>