Constructors
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...
| Name | Description |
|---|---|
| basicAllocator | allocator used to supply memory |
| numInitialBuckets | initial number of buckets |
| numStripes | fixed number of stripes |