[#BloombergLP-bdld-DatumMutableMapRef-2constructor-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/DatumMutableMapRef.adoc[DatumMutableMapRef]::DatumMutableMapRef :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdld_datum.h>` Create a `DatumMutableMapRef` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdld/DatumMutableMapRef/2constructor-05.adoc[DatumMutableMapRef](); ---- [.small]#xref:BloombergLP/bdld/DatumMutableMapRef/2constructor-05.adoc[_» more..._]# Create a mutable view of a datum map. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdld/DatumMutableMapRef/2constructor-06.adoc[DatumMutableMapRef]( xref:BloombergLP/bdld/DatumMapEntry.adoc[DatumMapEntry]* data, xref:BloombergLP/bdld/DatumMutableMapRef/SizeType.adoc[SizeType]* size, bool* sorted); ---- [.small]#xref:BloombergLP/bdld/DatumMutableMapRef/2constructor-06.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *data* | pointer to the map entries | *size* | pointer to the map size | *sorted* | pointer to the sorted flag |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#