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