back overloads
back
Declared in <bdlc_queue.h>
<bdlc_queue.h>
Return a modifiable reference to the value at the back of this queue.
T& back();
Return a non-modifiable reference to the element at the back.
T const& back() const;