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_COPY_ASSIGN_REF

BOOST_COPY_ASSIGN_REF

Synopsis

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

BOOST_COPY_ASSIGN_REF(TYPE)

Description

This macro is used to achieve portable syntax in copy assignment for classes marked as BOOST_COPYABLE_AND_MOVABLE.


PrevUpHomeNext