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