BloombergLP::bdld::DatumArrayRef::DatumArrayRef

Constructors

Synopses

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...

Parameters

NameDescription
datapointer to the first array element
lengthnumber of elements in the array