[#BloombergLP-bdld-DatumMutableMapRef] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::DatumMutableMapRef :relfileprefix: ../../ :mrdocs: This `class` provides a mutable access to a datum map. The users of this class can assign to the individual elements and also change the size of the map. == Synopsis Declared in `<bdld_datum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class DatumMutableMapRef; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdld/DatumMutableMapRef/SizeType.adoc[`SizeType`] | `SizeType` is an alias for an unsigned integral value, representing the capacity of a datum array, the capacity of a datum map, the capacity of the _keys‐capacity_ of a datum‐key‐owning map or the length of a string. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdld/DatumMutableMapRef/2constructor-0b.adoc[`DatumMutableMapRef`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bdld/DatumMutableMapRef/allocatedPtr.adoc[`allocatedPtr`] | Return pointer to the memory allocated for the map. | xref:BloombergLP/bdld/DatumMutableMapRef/data.adoc[`data`] | Return pointer to the first element in the (held) map. | xref:BloombergLP/bdld/DatumMutableMapRef/size.adoc[`size`] | Return pointer to the location where the (held) map's size is stored. | xref:BloombergLP/bdld/DatumMutableMapRef/sorted.adoc[`sorted`] | Return pointer to the location where the (held) map's _sorted_ flag is stored. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#