Return the array value held by this object.

Synopsis

Declared in <bdld_datum.h>

DatumArrayRef
theArray() const;

Description

Return the array value represented by this object as a DatumArrayRef object. The behavior is undefined unless this object actually represents an array of datums.

Return Value

the array value held by this object

Created with MrDocs