BloombergLP::bdlc::Queue::back

back overloads

Synopses

Declared in <bdlc_queue.h>

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

T&
back();
» more...

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

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

Return Value

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