Luna::Vector::operator=
Vector< _Ty, _Alloc > & operator=(const Vector &rhs)
Replaces elements of the vector by coping elements from another vector.
Parameters
-
in rhs
The vector to copy elements from.
Return value
Returns *this
.
Vector< _Ty, _Alloc > & operator=(const Vector &rhs)
Replaces elements of the vector by coping elements from another vector.
in rhs
The vector to copy elements from.
Returns *this
.