Create a DatumMutableMapOwningKeysRef object having the specified data, size, allocatedSize, keys, and sorted.

Synopsis

Declared in <bdld_datum.h>

DatumMutableMapOwningKeysRef(
    DatumMapEntry* data,
    SizeType* size,
    SizeType allocatedSize,
    char* keys,
    bool* sorted);

Created with MrDocs