Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
traits.hpp File Reference
#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>
Include dependency graph for traits.hpp:
This graph shows which files directly or indirectly include this file:

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