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

Synopsis

Declared in <absl/types/any_span.h>

constexpr
reference
back() const;

Return Value

A reference to the last element.

Created with MrDocs