#include <boost/type_traits/is_array.hpp>
#include <boost/type_traits/is_function.hpp>
#include <boost/type_traits/remove_bounds.hpp>
#include <boost/type_traits/add_pointer.hpp>
#include <boost/type_traits/remove_reference.hpp>
#include <boost/type_traits/remove_cv.hpp>
Go to the source code of this file.
Classes | |
struct | boost::decay< T > |
struct | boost::detail::decay_imp< T, Array, Function > |
struct | boost::detail::decay_imp< T, false, true > |
struct | boost::detail::decay_imp< T, true, false > |
Namespaces | |
boost | |
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE. | |
boost::detail | |
Typedefs | |
template<class T > | |
using | boost::decay_t = typename decay< T >::type |