Constructors
Declared in <bdld_datum.h>
Create a DatumMutableMapRef object.
DatumMutableMapRef();
» more...
Create a DatumMutableMapRef object having the specified data, size, and sorted.
DatumMutableMapRef(
DatumMapEntry* data,
SizeType* size,
bool* sorted);
» more...