BloombergLP::bdlc::Queue::front

front overloads

Synopses

Declared in <bdlc_queue.h>

Return a modifiable reference to the value at the front of this queue.

T&
front();
» more...

Return a non-modifiable reference to the element at the front.

T const&
front() const;
» more...

Return Value

  • modifiable reference to the front element
  • non-modifiable reference to the front element