Same as the preceding overload, using the specified allocator.

Synopsis

Declared in <bslstl_unorderedmultiset.h>

unordered_multiset(
    size_type initialNumBuckets,
    HASH const& hashFunction,
    ALLOCATOR const& basicAllocator);

Created with MrDocs