Create an empty hash multimap using the specified __a allocator.
Synopsis
Declared in <bslstp_hashmap.h>
explicit
hash_multimap(allocator_type const& __a);
Parameters
Name |
Description |
__a |
allocator used to supply memory |
Created with MrDocs