Constructors

Synopses

Declared in <bdld_datum.h>

Create a DatumArrayRef object representing an empty array.

Create a read‐only view of the specified datum array.

DatumArrayRef(
    Datum const* data,
    SizeType length);

Parameters

Name

Description

data

pointer to the first array element

length

number of elements in the array

Created with MrDocs