BloombergLP::bdlcc::StripedUnorderedMultiMap::StripedUnorderedMultiMap

Constructors

Synopses

Declared in <bdlcc_stripedunorderedmultimap.h>

Create an empty multimap using the specified basicAllocator.

explicit
StripedUnorderedMultiMap(bslma::Allocator* basicAllocator);
» more...

Create an empty striped thread-safe hash multimap.

explicit
StripedUnorderedMultiMap(
    std::size_t numInitialBuckets = k_DEFAULT_NUM_BUCKETS,
    std::size_t numStripes = k_DEFAULT_NUM_STRIPES,
    bslma::Allocator* basicAllocator = 0);
» more...

Parameters

NameDescription
basicAllocatorallocator used to supply memory
numInitialBucketsinitial number of buckets
numStripesfixed number of stripes