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
Name |
Description |
allocator |
allocator used to supply memory |
Created with MrDocs