Copy‐construct a hash map using the specified allocator.
Synopsis
Declared in <bslstp_hashmap.h>
hash_map(
_Self const& __x,
allocator_type const& __a);
Parameters
Name |
Description |
__x |
hash map whose value is copied |
__a |
allocator used to supply memory |
Created with MrDocs