Create a builder using the specified allocator.
Declared in <bdld_datumarraybuilder.h>
explicit
DatumArrayBuilder(allocator_type const& allocator);
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.
| Name | Description |
|---|---|
| allocator | allocator used to supply memory |