Searched refs:BOOST_IS_NOTHROW_MOVE_ASSIGN (Results 1 – 2 of 2) sorted by relevance
24 #ifdef BOOST_IS_NOTHROW_MOVE_ASSIGN27 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)>…
135 # define BOOST_IS_NOTHROW_MOVE_ASSIGN(T) (__is_nothrow_assignable(T&, T&&)) macro