Searched refs:BOOST_MOVE_IF (Results 1 – 2 of 2) sorted by relevance
675 BOOST_MOVE_IF(N, value_type tmp(BOOST_MOVE_MFWD##N), dtl::value_init<value_type> tmp) ;\676 *dest = ::boost::move(const_cast<value_type &>(BOOST_MOVE_IF(N, tmp, tmp.get())));\
676 #define BOOST_MOVE_IF(cond, t, f) BOOST_MOVE_IF_I(cond, t, f) macro