Constructors

Synopses

Declared in <bdld_datum.h>

Create a DatumMutableMapOwningKeysRef object.

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

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

Parameters

Name

Description

data

pointer to the map entries

size

pointer to the map size

allocatedSize

number of bytes allocated for the map

keys

pointer to the key storage buffer

sorted

pointer to the sorted flag

Created with MrDocs