Luna::HashMap::operator=
HashMap & operator=(const HashMap &rhs)
Replaces elements of the map by coping elements from another map.
Parameters
-
in rhs
The map to copy elements from.
Return value
Returns *this
.
HashMap & operator=(const HashMap &rhs)
Replaces elements of the map by coping elements from another map.
in rhs
The map to copy elements from.
Returns *this
.