BloombergLP::bdld::DatumMutableMapOwningKeysRef::DatumMutableMapOwningKeysRef

Constructors

Synopses

Declared in <bdld_datum.h>

Create a DatumMutableMapOwningKeysRef object.

DatumMutableMapOwningKeysRef();
» more...

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

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