Create a builder for a Datum map.
Synopsis
Declared in <bdld_datummapbuilder.h>
DatumMapBuilder();
Description
Optionally specify an initialCapacity for the map. If initialCapacity is not supplied, the initial capacity of the map is 0. Optionally specify an allocator (e.g., the address of a bslma::Allocator object) to supply memory; otherwise, the default allocator is used.
Created with MrDocs