back overloads

Synopses

Declared in <bdlc_queue.h>

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

T&
back();

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

T const&
back() const;

Return Value

  • modifiable reference to the back element

  • non‐modifiable reference to the back element

Created with MrDocs