Create a builder with the specified initialCapacity, optionally using the specified allocator.
Declared in <bdld_datumintmapbuilder.h>
explicit
DatumIntMapBuilder(
SizeType initialCapacity,
allocator_type const& allocator = allocator_type());
| Name | Description |
|---|---|
| initialCapacity | initial capacity of the int-map |
| allocator | allocator used to supply memory |