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