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_END_IF_CXX11

BOOST_RV_REF_END_IF_CXX11

Synopsis

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

BOOST_RV_REF_END_IF_CXX11

Description

This macro expands to BOOST_RV_REF_END if BOOST_NO_CXX11_RVALUE_REFERENCES is not defined, empty otherwise


PrevUpHomeNext