DEPRECATED: Use createUninitializedMap instead.
Synopsis
Declared in <bdld_datum.h>
static
void
createUninitializedMapOwningKeys(
DatumMutableMapOwningKeysRef* result,
SizeType capacity,
SizeType keysCapacity,
AllocatorType const& allocator);
Parameters
Name |
Description |
result |
receives the mutable key‐owning map reference |
capacity |
maximum number of entries the map can hold |
keysCapacity |
total key‐storage capacity in bytes |
allocator |
memory allocator to use |
Created with MrDocs