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);
Return a datum that takes ownership of the specified map.
static
Datum
adoptMap(DatumMutableMapRef const& map);
Return Value
-
a datum that takes ownership of the specified key‐owning
map -
a datum that takes ownership of the specified
map
Parameters
Name |
Description |
map |
mutable key‐owning map previously created uninitialized |
Created with MrDocs