BloombergLP::bdld::DatumMapEntry::DatumMapEntry

Create a map entry with the specified key and value.

Synopsis

Declared in <bdld_datum.h>

DatumMapEntry(
    bslstl::StringRef const& key,
    Datum const& value);

Description

Create a DatumMapEntry object using the specified key and value.

Parameters

NameDescription
keystring key for the entry
valuedatum value for the entry