bsl::unordered_map::unordered_map

Create an unordered map from [first, last)] using basicAllocator.

Synopsis

Declared in <bslstl_unorderedmap.h>

template<class INPUT_ITERATOR>
unordered_map(
    INPUT_ITERATOR first,
    INPUT_ITERATOR last,
    ALLOCATOR const& basicAllocator);

Description

Same as the preceding overload.

Parameters

NameDescription
firststart of the range
lastend of the range (one past last)
basicAllocatorallocator used to supply memory