Move the end iterator by the specified offset.

Synopsis

Declared in <bslalg_dequeprimitives.h>

Description

Move the end pointer by the specified offset, and return the new end pointer.

Return Value

the new end iterator after applying offset

Parameters

Name

Description

offset

signed displacement applied to the end iterator

Created with MrDocs