BloombergLP::bdld::DatumIntMapEntry::DatumIntMapEntry

Create an int-map entry with the specified key and value.

Synopsis

Declared in <bdld_datum.h>

DatumIntMapEntry(
    int key,
    Datum const& value);

Description

Create a DatumIntMapEntry object using the specified key and value.

Parameters

NameDescription
keyinteger key for the entry
valuedatum value for the entry