[#BloombergLP-bdld-Datum-disposeUninitializedMap-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/Datum.adoc[Datum]::disposeUninitializedMap :relfileprefix: ../../../ :mrdocs: Deallocate the storage of an uninitialized key‐owning map. == Synopsis Declared in `<bdld_datum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void disposeUninitializedMap( xref:BloombergLP/bdld/DatumMutableMapOwningKeysRef.adoc[DatumMutableMapOwningKeysRef] const& map, xref:BloombergLP/bdld/Datum/AllocatorType.adoc[AllocatorType] const& allocator); ---- == Description Same as the related overload above for `disposeUninitializedMap`. == Parameters [cols="1,4"] |=== | Name| Description | *map* | mutable key‐owning map previously created uninitialized | *allocator* | memory allocator to use |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#