Create a mutable view of a datum int-map.
Declared in <bdld_datum.h>
DatumMutableIntMapRef(
DatumIntMapEntry* data,
SizeType* size,
bool* sorted);
Create a DatumMutableIntMapRef object having the specified data, size, and sorted.
| Name | Description |
|---|---|
| data | pointer to the map entries |
| size | pointer to the map size |
| sorted | pointer to the sorted flag |