bsl::queue::back

Return a reference providing modifiable access to the back (the latest pushed) element of this queue object.

Synopsis

Declared in <bslstl_queue.h>

queue<VALUE, CONTAINER>::reference
back();