BloombergLP::bdlcc::StripedUnorderedContainerImpl_Bucket::StripedUnorderedContainerImpl_Bucket

Create a bucket by moving from the specified original object.

Synopsis

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

StripedUnorderedContainerImpl_Bucket(
    bslmf::MovableRef<StripedUnorderedContainerImpl_Bucket<KEY, VALUE>> original,
    bslma::Allocator* basicAllocator);

Description

The original object is left in a valid but unspecified state.

Parameters

NameDescription
originalbucket from which to move
basicAllocatorallocator used to supply memory (unused)