BloombergLP::bdld::DatumMapOwningKeysBuilder::DatumMapOwningKeysBuilder

Constructors

Synopses

Declared in <bdld_datummapowningkeysbuilder.h>

Create a DatumMapOwningKeysBuilder object that will administer the process of building a Datum map (owning keys) using the specified allocator (e.g., the address of a bslma::Allocator object) to supply memory. Note that no memory is allocated until append or pushBack methods are called on this object.

explicit
DatumMapOwningKeysBuilder(allocator_type const& allocator);
» more...

Create a DatumMapBuilder object managing the ownership of Datum map (owning keys) having the specified initialCapacity and initialKeysCapacity (in bytes) using the specified allocator (e.g., the address of a bslma::Allocator object) to supply memory.

DatumMapOwningKeysBuilder(
    SizeType initialCapacity,
    SizeType initialKeysCapacity,
    allocator_type const& allocator);
» more...