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