adoptMap overloads

Synopses

Declared in <bdld_datum.h>

Return a datum that takes ownership of the specified key‐owning 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