Constructors
Synopses
Declared in <bdld_datum.h>
Create a DatumMutableArrayRef object that refers to no array.
Create a DatumMutableArrayRef object having the specified data, length, and capacity.
DatumMutableArrayRef(
Datum* data,
SizeType* length,
SizeType capacity);
Created with MrDocs