Create a builder for a Datum array.

Synopsis

Declared in <bdld_datumarraybuilder.h>

DatumArrayBuilder();

Description

Optionally specify an initialCapacity for the array. If initialCapacity is not supplied, the initial capacity of the array is 0. Optionally specify an allocator (e.g., the address of a bslma::Allocator object) to supply memory; otherwise, the default allocator is used.

Created with MrDocs