Same as the preceding overload, using the specified allocator.
Synopsis
Declared in <bslstl_unorderedmultiset.h>
template<class RANGE>
unordered_multiset(
std::from_range_t,
RANGE&& range,
ALLOCATOR const& basicAllocator);
Created with MrDocs