Deallocate the storage of an uninitialized key‐owning map.

Synopsis

Declared in <bdld_datum.h>

static
void
disposeUninitializedMap(
    DatumMutableMapOwningKeysRef const& map,
    AllocatorType const& allocator);

Description

Same as the related overload above for disposeUninitializedMap.

Parameters

Name

Description

map

mutable key‐owning map previously created uninitialized

allocator

memory allocator to use

Created with MrDocs