Return the value of the element at the front of this array.
Synopsis
Declared in <bdlc_packedintarray.h>
TYPE
front() const;
Description
The behavior is undefined unless 0 < length(). Note that this function is logically equivalent to: ` operator `
Return Value
value of the first element
Created with MrDocs