Constructors

Synopses

Declared in <bdld_datum.h>

Create a DatumIntMapEntry object.

Create a DatumIntMapEntry object using the specified key and value.

DatumIntMapEntry(
    int key,
    Datum const& value);

Created with MrDocs