Return the immutable front (the earliest pushed) element from this queue object. In effect, performs c.front().
queue
c.front()
Declared in <bslstl_queue.h>
<bslstl_queue.h>
queue<VALUE, CONTAINER>::const_reference front() const;