prevector::const_iterator::operator-=

Moves this iterator back by n elements.

Synopsis

Declared in <prevector.h>

const_iterator&
operator-=(size_type n);

Return Value

A reference to this iterator.

Parameters

NameDescription
nThe number of elements to move back by.