Create an empty unordered map with bucket count and allocator.
Synopsis
Declared in <bslstl_unorderedmap.h>
unordered_map(
size_type initialNumBuckets,
ALLOCATOR const& basicAllocator);
Description
Same as the preceding overload.
Parameters
Name |
Description |
initialNumBuckets |
initial number of buckets |
basicAllocator |
allocator used to supply memory |
Created with MrDocs