absl::chunked_queue::back

Returns a const reference to the last element in the container.

Synopsis

Declared in <absl/container/chunked_queue.h>

T const&
back() const;

Description

REQUIRES: !empty()

Return Value

A const reference to the last element.