Return an iterator providing non‐modifiable access to the first element of the array this reference object represents.

Synopsis

Declared in <bdld_datum.h>

DatumArrayRef::const_iterator
begin() const noexcept;

Return Value

an iterator to the first element of this array

Created with MrDocs