Copy-construct a hash multimap using the specified allocator.
Declared in <bslstp_hashmap.h>
hash_multimap(
_Self const& __x,
allocator_type const& __a);
| Name | Description |
|---|---|
| __x | hash multimap whose value is copied |
| __a | allocator used to supply memory |