front overloads

Synopses

Declared in <bslstl_queue.h>

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

Return the immutable front (the earliest pushed) element from this queue object. In effect, performs c.front().

Created with MrDocs