Create an empty hash multiset with at least the specified __n buckets using the specified __a allocator.

Synopsis

Declared in <bslstp_hashset.h>

hash_multiset(
    size_type __n,
    allocator_type const& __a);

Created with MrDocs