Return the value of the element at the front of this array. The behavior is undefined unless 0 < length(). Note that this function is logically equivalent to: ` operator `

Synopsis

Declared in <bdlc_packedintarray.h>

int
front() const;

Created with MrDocs