[#BloombergLP-bdld-DatumMutableMapOwningKeysRef] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::DatumMutableMapOwningKeysRef :relfileprefix: ../../ :mrdocs: Mutable view of a key‐owning datum map. == Synopsis Declared in `<bdld_datum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class DatumMutableMapOwningKeysRef; ---- == Description This `class` provides mutable access to a datum key‐owning map. The users of this class can assign to the individual elements, copy keys and change the size of the map. == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdld/DatumMutableMapOwningKeysRef/SizeType.adoc[`SizeType`] | Unsigned integral type for capacities, key sizes, and string lengths. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdld/DatumMutableMapOwningKeysRef/2constructor-0a.adoc[`DatumMutableMapOwningKeysRef`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bdld/DatumMutableMapOwningKeysRef/allocatedPtr.adoc[`allocatedPtr`] | Return pointer to the memory allocated for the map. | xref:BloombergLP/bdld/DatumMutableMapOwningKeysRef/allocatedSize.adoc[`allocatedSize`] | Return the number of bytes allocated for the map. | xref:BloombergLP/bdld/DatumMutableMapOwningKeysRef/data.adoc[`data`] | Return pointer to the first element in the held map. | xref:BloombergLP/bdld/DatumMutableMapOwningKeysRef/keys.adoc[`keys`] | Return pointer to the start of the buffer where keys are stored. | xref:BloombergLP/bdld/DatumMutableMapOwningKeysRef/size.adoc[`size`] | Return pointer to the location where the (held) map's size is stored. | xref:BloombergLP/bdld/DatumMutableMapOwningKeysRef/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]#