Advances the iterator, returning its previous value.

Synopsis

Declared in <prevector.h>

iterator
operator++(int postfix);

Return Value

A copy of the iterator before it was advanced.

Parameters

Name

Description

postfix

Unused tag distinguishing the postfix form.

Created with MrDocs