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