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