back overloads

Synopses

Declared in <prevector.h>

Returns a reference to the last element.

unsigned char&
back();

Returns a const reference to the last element.

unsigned char const&
back() const;

Return Value

  • A reference to the last element.

  • A const reference to the last element.

Created with MrDocs