Constructors
Declared in <bdld_datum.h>
Create a DatumMutableMapRef object.
DatumMutableMapRef();
» more...
Create a mutable view of a datum map.
DatumMutableMapRef(
DatumMapEntry* data,
SizeType* size,
bool* sorted);
» more...
| Name | Description |
|---|---|
| data | pointer to the map entries |
| size | pointer to the map size |
| sorted | pointer to the sorted flag |