Searched defs:vector_value_traits_base (Results 1 – 1 of 1) sorted by relevance
246 struct vector_value_traits_base struct248 static const bool trivial_dctr = dtl::is_trivially_destructible<T>::value;249 static const bool trivial_dctr_after_move = has_trivial_destructor_after_move<T>::value;250 static const bool trivial_copy = dtl::is_trivially_copy_constructible<T>::value;251 static const bool nothrow_copy = dtl::is_nothrow_copy_constructible<T>::value || trivial_copy;252 static const bool trivial_assign = dtl::is_trivially_copy_assignable<T>::value;253 static const bool nothrow_assign = dtl::is_nothrow_copy_assignable<T>::value || trivial_assign;