BloombergLP::bdld::DatumMapBuilder::DatumMapBuilder

Constructors

Synopses

Declared in <bdld_datummapbuilder.h>

Create a builder for a Datum map.

DatumMapBuilder();
» more...

Create a builder using the specified allocator.

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

Create a builder with the specified initialCapacity, optionally using the specified allocator.

explicit
DatumMapBuilder(
    SizeType initialCapacity,
    allocator_type const& allocator = allocator_type());
» more...