Constructors
Declared in <bdld_datum.h>
Create a DatumMapEntry object.
DatumMapEntry();
» more...
Create a map entry with the specified key and value.
DatumMapEntry(
bslstl::StringRef const& key,
Datum const& value);
» more...
| Name | Description |
|---|---|
| key | string key for the entry |
| value | datum value for the entry |