Luna::UnorderedMap::operator=
UnorderedMap & operator=(UnorderedMap &&rhs)
Replaces elements of the map by moving elements from another map.
Parameters
-
in rhs
The map to move elements from. This map will be empty after this operation.
Return value
Returns *this
.