Same as the preceding overload, using the specified allocator.

Synopsis

Declared in <bslstl_unorderedset.h>

unordered_set(
    size_type initialNumBuckets,
    AttributeHash const& hashFunction,
    allocator<Attribute> const& basicAllocator);

Created with MrDocs