BloombergLP::bdld::Datum::adoptMap

adoptMap overloads

Synopses

Declared in <bdld_datum.h>

Return a datum that takes ownership of the specified key-owning map.

static
Datum
adoptMap(DatumMutableMapOwningKeysRef const& map);
» more...

Return a datum that takes ownership of the specified map.

static
Datum
adoptMap(DatumMutableMapRef const& map);
» more...

Return Value

  • a datum that takes ownership of the specified key-owning map
  • a datum that takes ownership of the specified map

Parameters

NameDescription
mapmutable key-owning map previously created uninitialized