Same as the preceding overload, using the specified allocator.
Declared in <bslstl_unorderedset.h>
template<class = void>
requires bsl::IsStdAllocator<ALLOCATOR>::value
unordered_set(
std::initializer_list<KEY> values,
size_type initialNumBuckets,
ALLOCATOR const& basicAllocator);