diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-06 10:38:45 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-06 10:39:52 +0900 |
commit | 5cde13f21d36c7224b0e13d11c4b49379ae5210d (patch) | |
tree | e8269ac85a4b0f7d416e2565fa4f451b5cb41351 /doc/html/BOOST_RV_REF_BEG.html | |
parent | d9ec475d945d3035377a0d89ed42e382d8988891 (diff) | |
download | boost-5cde13f21d36c7224b0e13d11c4b49379ae5210d.tar.gz boost-5cde13f21d36c7224b0e13d11c4b49379ae5210d.tar.bz2 boost-5cde13f21d36c7224b0e13d11c4b49379ae5210d.zip |
Imported Upstream version 1.61.0
Change-Id: I96a1f878d1e6164f01e9aadd5147f38fca448d90
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'doc/html/BOOST_RV_REF_BEG.html')
-rw-r--r-- | doc/html/BOOST_RV_REF_BEG.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/BOOST_RV_REF_BEG.html b/doc/html/BOOST_RV_REF_BEG.html index 2842ee841a..a40ecfbbb9 100644 --- a/doc/html/BOOST_RV_REF_BEG.html +++ b/doc/html/BOOST_RV_REF_BEG.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Macro BOOST_RV_REF_BEG</title> <link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css"> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.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.core_hpp" title="Header <boost/move/core.hpp>"> <link rel="prev" href="BOOST_RV_REF.html" title="Macro BOOST_RV_REF"> @@ -34,7 +34,7 @@ </span>BOOST_RV_REF_BEG</pre></div> <div class="refsect1"> -<a name="idm45555231862672"></a><h2>Description</h2> +<a name="idp295298272"></a><h2>Description</h2> <p>This macro is used to achieve portable syntax in move constructors and assignments for template classes marked as BOOST_COPYABLE_AND_MOVABLE or BOOST_MOVABLE_BUT_NOT_COPYABLE. As macros have problems with comma-separated template arguments, the template argument must be preceded with BOOST_RV_REF_BEG and ended with BOOST_RV_REF_END </p> </div> </div> |