Same as the preceding overload, using the specified allocator.
Synopsis
Declared in <bslstl_unorderedset.h>
template<>
requires bsl::IsStdAllocator<ALLOCATOR>::value
unordered_set(
std::initializer_list<Attribute> values,
size_type initialNumBuckets,
allocator<Attribute> const& basicAllocator);
Created with MrDocs