Create an integer‐map reference.

Synopsis

Declared in <bdld_datum.h>

DatumIntMapRef(
    DatumIntMapEntry const* data,
    SizeType size,
    bool sorted);

Description

Create a DatumIntMapRef object having the specified data of the specified size and the specified sorted flag. The behavior is undefined unless 0 != data or 0 == size. Note that the pointer to the array is just copied.

Parameters

Name

Description

data

pointer to the integer‐map entries

size

number of entries in the map

sorted

flag indicating whether data is sorted

Created with MrDocs