Same as the preceding overload, using the specified allocator.

Synopsis

Declared in <bslstl_unorderedmultiset.h>

unordered_multiset(
    size_type initialNumBuckets,
    ALLOCATOR const& basicAllocator);

Parameters

Name

Description

initialNumBuckets

the initial number of buckets

basicAllocator

the allocator used to supply memory

Created with MrDocs