Searched defs:has_trivial_destructor (Results 1 – 1 of 1) 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