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

Name

Description

original

bucket from which to move

basicAllocator

allocator used to supply memory (unused)

Created with MrDocs