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