Searched defs:has_trivial_destructor (Results 1 – 5 of 5) sorted by relevance
30 template <typename T> struct has_trivial_destructor : public integral_constant<bool, BOOST_HAS_TRIV… struct39 template <> struct has_trivial_destructor<void> : public false_type{}; struct41 template <> struct has_trivial_destructor<void const> : public false_type{}; struct42 template <> struct has_trivial_destructor<void const volatile> : public false_type{}; struct43 template <> struct has_trivial_destructor<void volatile> : public false_type{}; struct
295 struct has_trivial_destructor struct298 static const bool value = true;
649 struct has_trivial_destructor< ::boost::interprocess::offset_ptr<T, P, O, A> > struct651 static const bool value = true;
603 struct has_trivial_destructor : public boost::has_trivial_destructor<T> {}; struct609 struct has_trivial_destructor<std::complex<FLT> > : public has_trivial_destructor<FLT> {}; struct
931 struct has_trivial_destructor struct