Create a multiset from the specified range, using the specified basicAllocator.
Synopsis
Declared in <bslstl_multiset.h>
template<class RANGE>
multiset(
std::from_range_t,
RANGE&& range,
ALLOCATOR const& basicAllocator);
Created with MrDocs