Go to the source code of this file.
Classes | |
struct | boost::remove_extent< T > |
struct | boost::remove_extent< T const []> |
struct | boost::remove_extent< T const [N]> |
struct | boost::remove_extent< T const volatile[]> |
struct | boost::remove_extent< T const volatile[N]> |
struct | boost::remove_extent< T volatile[]> |
struct | boost::remove_extent< T volatile[N]> |
struct | boost::remove_extent< T[]> |
struct | boost::remove_extent< T[N]> |
Namespaces | |
boost | |
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE. | |
Typedefs | |
template<class T > | |
using | boost::remove_extent_t = typename remove_extent< T >::type |