#include <boost/mpl/aux_/static_cast.hpp>
#include <boost/mpl/aux_/config/msvc.hpp>
#include <boost/mpl/aux_/config/workaround.hpp>
Go to the source code of this file.
Namespaces | |
boost | |
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE. | |
boost::mpl | |
boost::mpl::aux | |
Macros | |
#define | BOOST_MPL_AUX_PTR_TO_REF(X) aux::ptr_to_ref(BOOST_MPL_AUX_STATIC_CAST(X*, 0)) \ |
Functions | |
template<typename T > | |
static T const & | boost::mpl::aux::ptr_to_ref (T *) |
#define BOOST_MPL_AUX_PTR_TO_REF | ( | X | ) | aux::ptr_to_ref(BOOST_MPL_AUX_STATIC_CAST(X*, 0)) \ |
Definition at line 33 of file ptr_to_ref.hpp.