Advance this iterator by the specified offset.

Synopsis

Declared in <bslalg_dequeiterator.h>

void
operator+=(std::ptrdiff_t offset);

Parameters

Name

Description

offset

number of elements to advance (may be negative)

Created with MrDocs