Same as the preceding overload, using the specified allocator.
Declared in <bslstl_unorderedmultiset.h>
template<class INPUT_ITERATOR>
unordered_multiset(
INPUT_ITERATOR first,
INPUT_ITERATOR last,
size_type initialNumBuckets,
HASH const& hashFunction,
ALLOCATOR const& basicAllocator);