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