Go to the source code of this file.
Classes | |
struct | boost::add_reference< T > |
struct | boost::add_reference< const void > |
struct | boost::add_reference< const volatile void > |
struct | boost::add_reference< T & > |
struct | boost::add_reference< void > |
struct | boost::add_reference< volatile void > |
struct | boost::detail::add_reference_impl< T > |
struct | boost::detail::add_reference_impl< T && > |
Namespaces | |
boost | |
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE. | |
boost::detail | |
Typedefs | |
template<class T > | |
using | boost::add_reference_t = typename add_reference< T >::type |