diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-09-13 11:05:34 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-09-13 11:06:28 +0900 |
commit | 34bd32e225e2a8a94104489b31c42e5801cc1f4a (patch) | |
tree | d021b579a0c190354819974e1eaf0baa54b551f3 /doc/html/BOOST_MOVE_RET.html | |
parent | f763a99a501650eff2c60288aa6f10ef916d769e (diff) | |
download | boost-34bd32e225e2a8a94104489b31c42e5801cc1f4a.tar.gz boost-34bd32e225e2a8a94104489b31c42e5801cc1f4a.tar.bz2 boost-34bd32e225e2a8a94104489b31c42e5801cc1f4a.zip |
Imported Upstream version 1.63.0upstream/1.63.0
Change-Id: Iac85556a04b7e58d63ba636dedb0986e3555714a
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'doc/html/BOOST_MOVE_RET.html')
-rw-r--r-- | doc/html/BOOST_MOVE_RET.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/BOOST_MOVE_RET.html b/doc/html/BOOST_MOVE_RET.html index 50422c350b..c317aa1293 100644 --- a/doc/html/BOOST_MOVE_RET.html +++ b/doc/html/BOOST_MOVE_RET.html @@ -34,7 +34,7 @@ </span>BOOST_MOVE_RET(RET_TYPE, REF)</pre></div> <div class="refsect1"> -<a name="idm45927887601568"></a><h2>Description</h2> +<a name="idp506210304"></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> |