disposeUninitializedMap overloads
Declared in <bdld_datum.h>
Same as the related overload above for disposeUninitializedMap.
static
void
disposeUninitializedMap(
DatumMutableMapOwningKeysRef const& map,
AllocatorType const& allocator);
» more...
Deallocate the memory used by the specified map (but not memory allocated for its contained elements) using the specified allocator. This method does not destroy individual map elements and the memory allocated for those elements must be explicitly deallocated before calling this method. The behavior is undefined unless map was created with createUninitializedMap using allocator.
static
void
disposeUninitializedMap(
DatumMutableMapRef const& map,
AllocatorType const& allocator);
» more...