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