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

Synopsis

Declared in <bdld_datummapbuilder.h>

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

Parameters

Name

Description

initialCapacity

initial capacity of the map

allocator

allocator used to supply memory

Created with MrDocs