Boost C++ Libraries Home Libraries People FAQ More

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