BloombergLP::bdld::DatumMutableArrayRef::DatumMutableArrayRef

Constructors

Synopses

Declared in <bdld_datum.h>

Create a DatumMutableArrayRef object that refers to no array.

DatumMutableArrayRef();
» more...

Create a mutable view of a datum array.

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

Parameters

NameDescription
datapointer to the array storage
lengthpointer to the array length
capacityallocated capacity of the array