BloombergLP::bdld::DatumMutableArrayRef::DatumMutableArrayRef

Create a mutable view of a datum array.

Synopsis

Declared in <bdld_datum.h>

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

Description

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

Parameters

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