BloombergLP::bdld::DatumMutableMapOwningKeysRef::DatumMutableMapOwningKeysRef

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

NameDescription
datapointer to the map entries
sizepointer to the map size
allocatedSizenumber of bytes allocated for the map
keyspointer to the key storage buffer
sortedpointer to the sorted flag