Luna::Path::operator=
Path & operator=(Path &&rhs)
Replaces content of the path by coping content from another path.
Parameters
-
in rhs
The path to move from.
Return value
Returns *this
.
Path & operator=(Path &&rhs)
Replaces content of the path by coping content from another path.
in rhs
The path to move from.
Returns *this
.