Constructors

Synopses

Declared in <bdld_datum.h>

Create a DatumMutableIntMapRef object.

Create a mutable view of a datum int‐map.

DatumMutableIntMapRef(
    DatumIntMapEntry* data,
    SizeType* size,
    bool* sorted);

Parameters

Name

Description

data

pointer to the map entries

size

pointer to the map size

sorted

pointer to the sorted flag

Created with MrDocs