Go to the source code of this file.
Classes | |
struct | boost::remove_reference< T > |
struct | boost::remove_reference< T & > |
struct | boost::detail::remove_rvalue_ref< T > |
struct | boost::detail::remove_rvalue_ref< T && > |
Namespaces | |
boost | |
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE. | |
boost::detail | |
Typedefs | |
template<class T > | |
using | boost::remove_reference_t = typename remove_reference< T >::type |