absl::Span::back

Returns a reference to the last element; the span must not be empty.

Synopsis

Declared in <absl/types/span.h>

constexpr
reference
back() const noexcept;

Return Value

A reference to the last element.