Home
last modified time | relevance | path

Searched defs:is_trivially_destructible (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/container/detail/
Dpair.hpp666 struct is_trivially_destructible<boost::container::dtl::pair<A,B> > struct
668 static const bool value = boost::move_detail::is_trivially_destructible<A>::value &&
/third_party/boost/boost/interprocess/
Doffset_ptr.hpp658 struct is_trivially_destructible< ::boost::interprocess::offset_ptr<T, P, O, A> > struct
660 static const bool value = true;
/third_party/boost/boost/move/detail/
Dtype_traits.hpp804 struct is_trivially_destructible struct
805 { static const bool value = BOOST_MOVE_IS_TRIVIALLY_DESTRUCTIBLE(T); };