Same as the preceding overload, using the specified bucket count and hash/equality functors.

Synopsis

Declared in <bslstl_unorderedset.h>

explicit
unordered_set(
    size_type initialNumBuckets,
    HASH const& hashFunction = HASH(),
    EQUAL const& keyEqual = EQUAL(),
    ALLOCATOR const& basicAllocator = ALLOCATOR());

Created with MrDocs