absl::InlinedVector::back

back overloads

Synopses

Declared in <absl/container/inlined_vector.h>

Returns a reference to the last element of the inlined vector.

reference
back();
» more...

Overload of InlinedVector::back() that returns a const_reference to the last element of the inlined vector.

const_reference
back() const;
» more...

Return Value

  • A reference to the last element.
  • A const_reference to the last element.