Create an empty hash multiset with at least the specified __n buckets using the specified __a allocator.
Synopsis
Declared in <bslstp_hashset.h>
hash_multiset(
size_type __n,
allocator_type const& __a);
Parameters
Name |
Description |
__n |
minimum number of buckets to create |
__a |
allocator used to supply memory |
Created with MrDocs