Luna::UnorderedSet::operator=
UnorderedSet & operator=(const UnorderedSet &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
.
UnorderedSet & operator=(const UnorderedSet &rhs)
Replaces elements of the set by coping elements from another set.
in rhs
The set to copy elements from.
Returns *this
.