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();
Return Value
modifiable reference to the front element
Created with MrDocs