Constructors
Synopses
Declared in <bdld_datum.h>
Create a DatumArrayRef object representing an empty array.
Create a DatumArrayRef object having the specified data and length. The behavior is undefined unless 0 != data or `0 == length`. Note that the pointer to the array is just copied.
DatumArrayRef(
Datum const* data,
SizeType length);
Created with MrDocs