[#BloombergLP-bdld-DatumMutableMapOwningKeysRef-2constructor-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/DatumMutableMapOwningKeysRef.adoc[DatumMutableMapOwningKeysRef]::DatumMutableMapOwningKeysRef :relfileprefix: ../../../ :mrdocs: Create a `DatumMutableMapOwningKeysRef` object having the specified `data`, `size`, `allocatedSize`, `keys`, and `sorted`. == Synopsis Declared in `<bdld_datum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- DatumMutableMapOwningKeysRef( xref:BloombergLP/bdld/DatumMapEntry.adoc[DatumMapEntry]* data, xref:BloombergLP/bdld/DatumMutableMapOwningKeysRef/SizeType.adoc[SizeType]* size, xref:BloombergLP/bdld/DatumMutableMapOwningKeysRef/SizeType.adoc[SizeType] allocatedSize, char* keys, bool* sorted); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#