Create an empty unordered map using basicAllocator.

Synopsis

Declared in <bslstl_unorderedmap.h>

explicit
unordered_map(ALLOCATOR const& basicAllocator);

Description

Same as the preceding overload.

Parameters

Name

Description

basicAllocator

allocator used to supply memory

Created with MrDocs