BloombergLP::bdld::DatumMutableArrayRef::DatumMutableArrayRef

Constructors

Synopses

Declared in <bdld_datum.h>

Create a DatumMutableArrayRef object that refers to no array.

DatumMutableArrayRef();
» more...

Create a DatumMutableArrayRef object having the specified data, length, and capacity.

DatumMutableArrayRef(
    Datum* data,
    SizeType* length,
    SizeType capacity);
» more...