Return a reference to the first element of this array.
Synopsis
Declared in <bdld_datum.h>
DatumArrayRef::const_reference
front() const;
Description
Return a reference providing non‐modifiable access to the first element of the array this reference object represents. The behavior is undefined unless size() > 0.
Return Value
a reference to the first element of this array
Created with MrDocs