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();
Created with MrDocs
Return a reference providing modifiable access to the front (the earliest pushed) element from this queue object.
Declared in <bslstl_queue.h>
queue<VALUE, CONTAINER>::reference
front();
Created with MrDocs