prevector::const_iterator::operator--

Moves the iterator back, returning its previous value.

Synopsis

Declared in <prevector.h>

const_iterator
operator--(int postfix);

Return Value

A copy of the iterator before it was moved back.

Parameters

NameDescription
postfixUnused tag distinguishing the postfix form.