Deallocate the storage of an uninitialized key-owning map.
Declared in <bdld_datum.h>
static
void
disposeUninitializedMap(
DatumMutableMapOwningKeysRef const& map,
AllocatorType const& allocator);
Same as the related overload above for disposeUninitializedMap.
| Name | Description |
|---|---|
| map | mutable key-owning map previously created uninitialized |
| allocator | memory allocator to use |