BloombergLP::bdld::DatumArrayBuilder::DatumArrayBuilder

Constructors

Synopses

Declared in <bdld_datumarraybuilder.h>

Create a builder for a Datum array.

DatumArrayBuilder();
» more...

Create a builder using the specified allocator.

explicit
DatumArrayBuilder(allocator_type const& allocator);
» more...

Create a builder with the specified initialCapacity, optionally using the specified allocator.

explicit
DatumArrayBuilder(
    SizeType initialCapacity,
    allocator_type const& allocator = allocator_type());
» more...