Searched defs:is_trivially_move_constructible (Results 1 – 15 of 15) sorted by relevance
23 struct _LIBCPP_TEMPLATE_VIS is_trivially_move_constructible struct
656 struct is_trivially_move_constructible<boost::container::dtl::pair<A,B> > struct658 static const bool value = boost::move_detail::is_trivially_move_constructible<A>::value &&
42 struct _LIBCPP_TEMPLATE_VIS is_trivially_move_constructible struct
1002 struct is_trivially_move_constructible struct1003 { static const bool value = BOOST_MOVE_IS_TRIVIALLY_MOVE_CONSTRUCTIBLE(T); };
405 struct is_trivially_move_constructible struct