Searched defs:BOOST_MOVE_IS_TRIVIALLY_DESTRUCTIBLE (Results 1 – 1 of 1) sorted by relevance
272 #define BOOST_MOVE_IS_TRIVIALLY_DESTRUCTIBLE(T) BOOST_MOVE_HAS_TRIVIAL_DESTRUCTOR(T) macro274 #define BOOST_MOVE_IS_TRIVIALLY_DESTRUCTIBLE(T) ::boost::move_detail::is_pod<T>::value macro