Create an empty map using basicAllocator and default sizing.

Synopsis

Declared in <bdlcc_stripedunorderedmap.h>

explicit
StripedUnorderedMap(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