DEPRECATED: Use createUninitializedMap instead.
Declared in <bdld_datum.h>
static
void
createUninitializedMapOwningKeys(
DatumMutableMapOwningKeysRef* result,
SizeType capacity,
SizeType keysCapacity,
AllocatorType const& allocator);
| 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 |