front overloads

Synopses

Declared in <prevector.h>

Returns a reference to the first element.

T&
front();

Returns a const reference to the first element.

T const&
front() const;

Return Value

  • A reference to the first element.

  • A const reference to the first element.

Created with MrDocs