Template Function std::swap(TRAP::Math::Vec<2, T>&, TRAP::Math::Vec<2, T>&)#

Function Documentation#

template<typename T>
constexpr void std::swap(TRAP::Math::Vec<2, T> &lhs, TRAP::Math::Vec<2, T> &rhs) noexcept(std::is_nothrow_move_constructible_v<TRAP::Math::Vec<2, T>> && std::is_nothrow_move_assignable_v<TRAP::Math::Vec<2, T>>)#