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