Constructors
Declared in <bdld_datummapowningkeysbuilder.h>
Create a builder using the specified allocator.
explicit
DatumMapOwningKeysBuilder(allocator_type const& allocator);
» more...
Create a builder with the specified capacities and allocator.
DatumMapOwningKeysBuilder(
SizeType initialCapacity,
SizeType initialKeysCapacity,
allocator_type const& allocator);
» more...
| Name | Description |
|---|---|
| allocator | allocator used to supply memory |
| initialCapacity | initial entry capacity of the map |
| initialKeysCapacity | initial key-storage capacity in bytes |