prevector::const_iterator::operator+=

Advances this iterator 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 advance by.