Create an integer-map reference.
Declared in <bdld_datum.h>
DatumIntMapRef(
DatumIntMapEntry const* data,
SizeType size,
bool sorted);
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.
| Name | Description |
|---|---|
| data | pointer to the integer-map entries |
| size | number of entries in the map |
| sorted | flag indicating whether data is sorted |