Same as the preceding overload without a key-equality functor.
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);
| Name | Description |
|---|---|
| first | the start of the iterator range |
| last | one past the end of the iterator range |
| initialNumBuckets | the initial number of buckets |
| hashFunction | the hash function |
| basicAllocator | the allocator used to supply memory |