Searched refs:use_move (Results 1 – 1 of 1) sorted by relevance
431 >::type use_move; in uninitialized_move_if_noexcept() typedef433 … return uninitialized_move_if_noexcept_dispatch(first, last, dst, use_move()); // may throw in uninitialized_move_if_noexcept()454 >::type use_move; in move_if_noexcept() typedef456 return move_if_noexcept_dispatch(first, last, dst, use_move()); // may throw in move_if_noexcept()