bsl::unordered_set<ManagedAttribute, AttributeHash>::unordered_set

Same as the preceding overload, using the specified allocator.

Synopsis

Declared in <bslstl_unorderedset.h>

template<class INPUT_ITERATOR>
unordered_set(
    INPUT_ITERATOR first,
    INPUT_ITERATOR last,
    size_type initialNumBuckets,
    allocator<ManagedAttribute> const& basicAllocator);