Create a sequential pool using the specified growth and alignment strategies and an implementation‐defined initial buffer size.

Synopsis

Declared in <bdlma_sequentialpool.h>

SequentialPool(
    bsls::BlockGrowth::Strategy growthStrategy,
    bsls::Alignment::Strategy alignmentStrategy,
    bslma::Allocator* basicAllocator = 0);

Created with MrDocs