BloombergLP::bdld::DatumMutableArrayRef::DatumMutableArrayRef

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

Synopsis

Declared in <bdld_datum.h>

DatumMutableArrayRef(
    Datum* data,
    SizeType* length,
    SizeType capacity);