[#BloombergLP-bdld-DatumIntMapBuilder-2constructor-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/DatumIntMapBuilder.adoc[DatumIntMapBuilder]::DatumIntMapBuilder :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdld_datumintmapbuilder.h>` Create a builder for a `Datum` int‐map. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdld/DatumIntMapBuilder/2constructor-04.adoc[DatumIntMapBuilder](); ---- [.small]#xref:BloombergLP/bdld/DatumIntMapBuilder/2constructor-04.adoc[_» more..._]# Create a builder using the specified `allocator`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdld/DatumIntMapBuilder/2constructor-032.adoc[DatumIntMapBuilder](xref:BloombergLP/bdld/DatumIntMapBuilder/allocator_type.adoc[allocator_type] const& allocator); ---- [.small]#xref:BloombergLP/bdld/DatumIntMapBuilder/2constructor-032.adoc[_» more..._]# Create a builder with the specified `initialCapacity`, optionally using the specified `allocator`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdld/DatumIntMapBuilder/2constructor-03d.adoc[DatumIntMapBuilder]( xref:BloombergLP/bdld/DatumIntMapBuilder/SizeType.adoc[SizeType] initialCapacity, xref:BloombergLP/bdld/DatumIntMapBuilder/allocator_type.adoc[allocator_type] const& allocator = allocator_type()); ---- [.small]#xref:BloombergLP/bdld/DatumIntMapBuilder/2constructor-03d.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#