Constructors
Declared in <bdld_datum.h>
Create a DatumMutableArrayRef object that refers to no array.
DatumMutableArrayRef();
» more...
Create a mutable view of a datum array.
DatumMutableArrayRef(
Datum* data,
SizeType* length,
SizeType capacity);
» more...
| Name | Description |
|---|---|
| data | pointer to the array storage |
| length | pointer to the array length |
| capacity | allocated capacity of the array |