#include <boost/config.hpp>
Go to the source code of this file.
Classes | |
struct | boost::remove_pointer< T > |
struct | boost::remove_pointer< T * > |
struct | boost::remove_pointer< T *const > |
struct | boost::remove_pointer< T *const volatile > |
struct | boost::remove_pointer< T *volatile > |
Namespaces | |
boost | |
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE. | |
Typedefs | |
template<class T > | |
using | boost::remove_pointer_t = typename remove_pointer< T >::type |