Constructors
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...
| Name | Description |
|---|---|
| key | integer key for the entry |
| value | datum value for the entry |