#include <boost/move/detail/config_begin.hpp>#include <boost/type_traits/has_trivial_destructor.hpp>#include <boost/type_traits/is_nothrow_move_constructible.hpp>#include <boost/type_traits/is_nothrow_move_assignable.hpp>#include <boost/type_traits/is_copy_constructible.hpp>#include <boost/move/detail/meta_utils.hpp>#include <boost/move/core.hpp>#include <boost/move/detail/config_end.hpp>

Classes | |
| struct | boost::has_trivial_destructor_after_move< T > | 
| If this trait yields to true (has_trivial_destructor_after_move <T>::value == true) means that if T is used as argument of a move construction/assignment, there is no need to call T's destructor.  More... | |
| struct | boost::has_nothrow_move< T > | 
| By default this traits returns.  More... | |
| struct | boost::move_detail::is_nothrow_move_constructible_or_uncopyable< T > | 
Namespaces | |
| boost | |
| Duration formatting facet for input.  | |
| boost::move_detail | |