BloombergLP::bdld::DatumMutableMapOwningKeysRef::DatumMutableMapOwningKeysRef

Constructors

Synopses

Declared in <bdld_datum.h>

Create a DatumMutableMapOwningKeysRef object.

DatumMutableMapOwningKeysRef();
» more...

Create a mutable view of a key-owning datum map.

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

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