Create an empty hash multiset with at least the specified __n buckets.
Synopsis
Declared in <bslstp_hashset.h>
explicit
hash_multiset(size_type __n);
Parameters
Name |
Description |
__n |
minimum number of buckets to create |
Created with MrDocs