Create an empty multimap using the specified basicAllocator.
Declared in <bdlcc_stripedunorderedmultimap.h>
explicit
StripedUnorderedMultiMap(bslma::Allocator* basicAllocator);
Use default stripe and bucket counts. If basicAllocator is 0, the currently installed default allocator is used.
| Name | Description |
|---|---|
| basicAllocator | allocator used to supply memory |