Constructors

Synopses

Declared in <bdld_datum.h>

Create a DatumMutableIntMapRef object.

Create a DatumMutableIntMapRef object having the specified data, size, and sorted.

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

Created with MrDocs