BloombergLP::bdld::DatumArrayBuilder::DatumArrayBuilder

Create a builder using the specified allocator.

Synopsis

Declared in <bdld_datumarraybuilder.h>

explicit
DatumArrayBuilder(allocator_type const& allocator);

Description

Create a DatumArrayBuilder with an initial capacity of 0 that uses the specified allocator (e.g., the address of a bslma::Allocator object) to supply memory.

Parameters

NameDescription
allocatorallocator used to supply memory