Constructors
Synopses
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
Create an empty bucket.
explicit
StripedUnorderedContainerImpl_Bucket(bslma::Allocator* basicAllocator = 0);
Create a bucket by moving from the specified original object.
Parameters
Name |
Description |
basicAllocator |
allocator used to supply memory |
original |
bucket from which to move |
Created with MrDocs