Constructors

Synopses

Declared in <bdlcc_stripedunorderedmultimap.h>

Create an empty multimap using the specified basicAllocator.

explicit
StripedUnorderedMultiMap(bslma::Allocator* basicAllocator);

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);

Parameters

Name

Description

basicAllocator

allocator used to supply memory

numInitialBuckets

initial number of buckets

numStripes

fixed number of stripes

Created with MrDocs