Home
last modified time | relevance | path

Searched defs:has_trivial_destructor (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/type_traits/
Dhas_trivial_destructor.hpp30 template <typename T> struct has_trivial_destructor : public integral_constant<bool, BOOST_HAS_TRIV… struct
39 template <> struct has_trivial_destructor<void> : public false_type{}; struct
41 template <> struct has_trivial_destructor<void const> : public false_type{}; struct
42 template <> struct has_trivial_destructor<void const volatile> : public false_type{}; struct
43 template <> struct has_trivial_destructor<void volatile> : public false_type{}; struct
/third_party/boost/boost/interprocess/allocators/
Dallocator.hpp295 struct has_trivial_destructor struct
298 static const bool value = true;
/third_party/boost/boost/interprocess/
Doffset_ptr.hpp649 struct has_trivial_destructor< ::boost::interprocess::offset_ptr<T, P, O, A> > struct
651 static const bool value = true;
/third_party/boost/boost/numeric/ublas/
Dtraits.hpp603 struct has_trivial_destructor : public boost::has_trivial_destructor<T> {}; struct
609 struct has_trivial_destructor<std::complex<FLT> > : public has_trivial_destructor<FLT> {}; struct
/third_party/boost/boost/interprocess/detail/
Dintersegment_ptr.hpp931 struct has_trivial_destructor struct