Searched refs:has_nothrow_move_assign (Results 1 – 2 of 2) sorted by relevance
156 struct has_nothrow_move_assign {161 struct has_nothrow_move_assign<X, true> {165 constexpr static bool value = has_nothrow_move_assign<T, is_assignable<T&, T&&>::value>::value;
1492 void has_nothrow_move_assign() { in has_nothrow_move_assign() function