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

Name

Description

n

The number of elements to move back by.

Created with MrDocs