Searched defs:vector_value_traits_base (Results 1 – 1 of 1) sorted by relevance
306 struct vector_value_traits_base struct308 static const bool trivial_dctr = is_trivially_destructible<T>::value;309 static const bool trivial_dctr_after_move = has_trivial_destructor_after_move<T>::value;310 static const bool trivial_copy = is_trivially_copy_constructible<T>::value;311 static const bool nothrow_copy = is_nothrow_copy_constructible<T>::value || trivial_copy;312 static const bool trivial_assign = is_trivially_copy_assignable<T>::value;313 static const bool nothrow_assign = is_nothrow_copy_assignable<T>::value || trivial_assign;