Constructors
Synopses
Declared in <bdld_datumarraybuilder.h>
Create a builder for a Datum array.
Create a builder using the specified allocator.
explicit
DatumArrayBuilder(allocator_type const& allocator);
Create a builder with the specified initialCapacity, optionally using the specified allocator.
explicit
DatumArrayBuilder(
SizeType initialCapacity,
allocator_type const& allocator = allocator_type());
Parameters
Name |
Description |
allocator |
allocator used to supply memory |
initialCapacity |
initial capacity of the array |
Created with MrDocs