Create an empty unordered set with the specified parameters.
Declared in <bslstl_unorderedset.h>
unordered_set(
size_type initialNumBuckets,
ALLOCATOR const& basicAllocator);
Same as the preceding overload, using the specified allocator.
| Name | Description |
|---|---|
| initialNumBuckets | initial number of buckets |
| basicAllocator | allocator used to supply memory |