[#BloombergLP-bdld-DatumIntMapEntry-2constructor-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/DatumIntMapEntry.adoc[DatumIntMapEntry]::DatumIntMapEntry :relfileprefix: ../../../ :mrdocs: Create an int‐map entry with the specified `key` and `value`. == Synopsis Declared in `<bdld_datum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- DatumIntMapEntry( int key, xref:BloombergLP/bdld/Datum.adoc[Datum] const& value); ---- == Description Create a `DatumIntMapEntry` object using the specified `key` and `value`. == Parameters [cols="1,4"] |=== | Name| Description | *key* | integer key for the entry | *value* | datum value for the entry |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#