bsl::queue::front

Return a reference providing modifiable access to the front (the earliest pushed) element from this queue object.

Synopsis

Declared in <bslstl_queue.h>

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