Returns a reference to the last element in the container.
Declared in <absl/container/chunked_queue.h>
<absl/container/chunked_queue.h>
T& back();
REQUIRES: !empty()
A reference to the last element.