Constructors
Declared in <bdld_datum.h>
Create a DatumArrayRef object representing an empty array.
DatumArrayRef();
» more...
Create a read-only view of the specified datum array.
DatumArrayRef(
Datum const* data,
SizeType length);
» more...
| Name | Description |
|---|---|
| data | pointer to the first array element |
| length | number of elements in the array |