Constructors
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
Create an empty bucket.
explicit
StripedUnorderedContainerImpl_Bucket(bslma::Allocator* basicAllocator = 0);
» more...
Create a bucket by moving from the specified original object.
StripedUnorderedContainerImpl_Bucket(
bslmf::MovableRef<StripedUnorderedContainerImpl_Bucket<KEY, VALUE>> original,
bslma::Allocator* basicAllocator);
» more...
| Name | Description |
|---|---|
| basicAllocator | allocator used to supply memory |
| original | bucket from which to move |