Constructors
Synopses
Declared in <bdld_datum.h>
Create a DatumMutableMapOwningKeysRef object.
Create a DatumMutableMapOwningKeysRef object having the specified data, size, allocatedSize, keys, and sorted.
DatumMutableMapOwningKeysRef(
DatumMapEntry* data,
SizeType* size,
SizeType allocatedSize,
char* keys,
bool* sorted);
Created with MrDocs