Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Macro BOOST_RV_REF_BEG

BOOST_RV_REF_BEG

Synopsis

// In header: <boost/move/core.hpp>

BOOST_RV_REF_BEG

Description

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-separatd template arguments, the template argument must be preceded with BOOST_RV_REF_START and ended with BOOST_RV_REF_END


PrevUpHomeNext