Return a reference to the element at the top of this stack. The behavior is undefined if this stack is empty.
Synopsis
Declared in <bslstl_stack.h>
CONTAINER::reference
top();
Return Value
reference providing modifiable access to the top element
Created with MrDocs