Luna::Vector::Vector
Vector(Vector &&rhs)
Constructs a vector by moving elements from another vector.
Parameters
-
in rhs
The vector to move elements from.
Vector(Vector &&rhs)
Constructs a vector by moving elements from another vector.
in rhs
The vector to move elements from.