Copy-construct a hash multiset using the specified allocator.
Declared in <bslstp_hashset.h>
hash_multiset(
_Self const& __x,
allocator_type const& __a);
| Name | Description |
|---|---|
| __x | hash multiset whose elements are copied |
| __a | allocator used to supply memory |