Luna::Vector::swap
void swap(Vector &rhs)
Swaps elements of this vector with the specified vector.
Parameters
-
in rhs
The vector to swap elements with.
void swap(Vector &rhs)
Swaps elements of this vector with the specified vector.
in rhs
The vector to swap elements with.