[#bsl-unordered_set-09-2constructor-06] = xref:bsl.adoc[bsl]::xref:bsl/unordered_set-09.adoc[unordered_set<Attribute, AttributeHash>]::unordered_set :relfileprefix: ../../ :mrdocs: Same as the preceding overload, using the specified allocator. == Synopsis Declared in `<bslstl_unorderedset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class INPUT_ITERATOR> unordered_set( INPUT_ITERATOR first, INPUT_ITERATOR last, xref:bsl/unordered_set-09/size_type.adoc[size_type] initialNumBuckets, xref:BloombergLP/ball/DefaultAttributeContainer.adoc[AttributeHash] const& hashFunction, xref:bsl/allocator-0df.adoc[allocator<Attribute>] const& basicAllocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#