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

Name

Description

data

pointer to the array storage

length

pointer to the array length

capacity

allocated capacity of the array

Created with MrDocs