[#BloombergLP-bdlcc-StripedUnorderedContainerImpl-2constructor-072] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl.adoc[StripedUnorderedContainerImpl]::StripedUnorderedContainerImpl :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlcc_stripedunorderedcontainerimpl.h>` Create an empty striped thread‐safe hash map. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl/2constructor-077.adoc[StripedUnorderedContainerImpl]( std::size_t numInitialBuckets = k_DEFAULT_NUM_BUCKETS, std::size_t numStripes = k_DEFAULT_NUM_STRIPES, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl/2constructor-077.adoc[_» more..._]# Create an empty striped hash map with the specified `maxLoadFactor`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl/2constructor-0f.adoc[StripedUnorderedContainerImpl]( xref:BloombergLP/bdlcc/StripedUnorderedContainerImplMaxLoadFactorFlag.adoc[StripedUnorderedContainerImplMaxLoadFactorFlag] maxLoadFactorFlag, float maxLoadFactor = 1.0, std::size_t numInitialBuckets = k_DEFAULT_NUM_BUCKETS, std::size_t numStripes = k_DEFAULT_NUM_STRIPES, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl/2constructor-0f.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *numInitialBuckets* | initial number of buckets | *numStripes* | fixed number of stripes | *basicAllocator* | allocator used to supply memory | *maxLoadFactorFlag* | constructor tag selecting this overload | *maxLoadFactor* | maximum ratio of elements to buckets |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#