Searched defs:is_trivially_destructible (Results 1 – 3 of 3) sorted by relevance
666 struct is_trivially_destructible<boost::container::dtl::pair<A,B> > struct668 static const bool value = boost::move_detail::is_trivially_destructible<A>::value &&
658 struct is_trivially_destructible< ::boost::interprocess::offset_ptr<T, P, O, A> > struct660 static const bool value = true;
804 struct is_trivially_destructible struct805 { static const bool value = BOOST_MOVE_IS_TRIVIALLY_DESTRUCTIBLE(T); };