BloombergLP::bdld::DatumIntMapEntry::DatumIntMapEntry

Constructors

Synopses

Declared in <bdld_datum.h>

Create a DatumIntMapEntry object.

DatumIntMapEntry();
» more...

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

DatumIntMapEntry(
    int key,
    Datum const& value);
» more...

Parameters

NameDescription
keyinteger key for the entry
valuedatum value for the entry