Create a mutable view of a key-owning datum map.
Declared in <bdld_datum.h>
DatumMutableMapOwningKeysRef(
DatumMapEntry* data,
SizeType* size,
SizeType allocatedSize,
char* keys,
bool* sorted);
Create a DatumMutableMapOwningKeysRef object having the specified data, size, allocatedSize, keys, and sorted.
| Name | Description |
|---|---|
| data | pointer to the map entries |
| size | pointer to the map size |
| allocatedSize | number of bytes allocated for the map |
| keys | pointer to the key storage buffer |
| sorted | pointer to the sorted flag |