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

PrevUpHomeNext

Macro BOOST_RV_REF_BEG_IF_CXX11

BOOST_RV_REF_BEG_IF_CXX11

Synopsis

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

BOOST_RV_REF_BEG_IF_CXX11

Description

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


PrevUpHomeNext