Luna::HashSet::HashSet
HashSet(const HashSet &rhs, const allocator_type &alloc)
Constructs a set with an custom allocator and with elements copied from another set.
Parameters
-
in rhs
The set to copy elements from.
-
in alloc
The allocator to use. The allocator object will be copy-constructed into the set.