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