Searched refs:has_trivial_destructor_after_move (Results 1 – 2 of 2) sorted by relevance
45 struct has_trivial_destructor_after_move struct
309 static const bool trivial_dctr_after_move = has_trivial_destructor_after_move<T>::value;3325 struct has_trivial_destructor_after_move<boost::container::vector<T, Allocator> > struct3328 static const bool value = ::boost::has_trivial_destructor_after_move<Allocator>::value && argument3329 ::boost::has_trivial_destructor_after_move<pointer>::value;