[#bsl-unordered_set-02a-2constructor-0e4] = xref:bsl.adoc[bsl]::xref:bsl/unordered_set-02a.adoc[unordered_set<ManagedAttribute, AttributeHash>]::unordered_set :relfileprefix: ../../ :mrdocs: Same as the preceding overload, using the specified bucket count and hash/equality functors. == Synopsis Declared in `<bslstl_unorderedset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit unordered_set( xref:bsl/unordered_set-02a/size_type.adoc[size_type] initialNumBuckets, xref:BloombergLP/ball/ManagedAttributeSet.adoc[AttributeHash] const& hashFunction = HASH(), xref:bsl/equal_to-0d.adoc[equal_to<ManagedAttribute>] const& keyEqual = EQUAL(), xref:bsl/allocator-0df.adoc[allocator<ManagedAttribute>] const& basicAllocator = ALLOCATOR()); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#