Constructors
Declared in <bdld_datumintmapbuilder.h>
Create a builder for a Datum int-map.
DatumIntMapBuilder();
» more...
Create a builder using the specified allocator.
explicit
DatumIntMapBuilder(allocator_type const& allocator);
» more...
Create a builder with the specified initialCapacity, optionally using the specified allocator.
explicit
DatumIntMapBuilder(
SizeType initialCapacity,
allocator_type const& allocator = allocator_type());
» more...