Create a mutable view of a key‐owning datum map.
Synopsis
Declared in <bdld_datum.h>
DatumMutableMapOwningKeysRef(
DatumMapEntry* data,
SizeType* size,
SizeType allocatedSize,
char* keys,
bool* sorted);
Description
Create a DatumMutableMapOwningKeysRef object having the specified data, size, allocatedSize, keys, and sorted.
Parameters
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 |
Created with MrDocs