back overloads
back
Declared in <absl/container/chunked_queue.h>
<absl/container/chunked_queue.h>
Returns a reference to the last element in the container.
T& back();
Returns a const reference to the last element in the container.
T const& back() const;