Luna::HashSet::HashSet
HashSet(HashSet &&rhs)
Constructs a set by moving elements from another set.
Parameters
-
in rhs
The set to move elements from.
HashSet(HashSet &&rhs)
Constructs a set by moving elements from another set.
in rhs
The set to move elements from.