Same as the related overload above for unordered_multimap.
Declared in <bslstl_unorderedmultimap.h>
template<class RANGE>
unordered_multimap(
std::from_range_t,
RANGE&& range,
size_type initialNumBuckets,
HASH const& hashFunction,
ALLOCATOR const& basicAllocator);