adoptMap overloads
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...
mapmap| Name | Description |
|---|---|
| map | mutable key-owning map previously created uninitialized |