Luna::SelfIndexedUnorderedMap::SelfIndexedUnorderedMap

SelfIndexedUnorderedMap(const SelfIndexedUnorderedMap &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.