Constructors

Synopses

Declared in <bdld_datum.h>

Create a DatumMutableArrayRef object that refers to no array.

Create a mutable view of a datum array.

DatumMutableArrayRef(
    Datum* data,
    SizeType* length,
    SizeType 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