absl::chunked_queue::back

Returns a reference to the last element in the container.

Synopsis

Declared in <absl/container/chunked_queue.h>

T&
back();

Description

REQUIRES: !empty()

Return Value

A reference to the last element.