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

Name

Description

first

start of the range

last

end of the range (one past last)

basicAllocator

allocator used to supply memory

Created with MrDocs