Searched defs:is_trivially_move_assignable (Results 1 – 15 of 15) sorted by relevance
24 struct _LIBCPP_TEMPLATE_VIS is_trivially_move_assignable struct
635 struct is_trivially_move_assignable struct638 static const bool value = boost::move_detail::is_trivially_move_assignable<A>::value &&
44 struct _LIBCPP_TEMPLATE_VIS is_trivially_move_assignable struct
1018 struct is_trivially_move_assignable struct1019 { static const bool value = BOOST_MOVE_IS_TRIVIALLY_MOVE_ASSIGNABLE(T); };
409 struct is_trivially_move_assignable struct