Move the end iterator by the specified offset.
Declared in <bslalg_dequeprimitives.h>
DequePrimitives_DequeElementGuard<VALUE_TYPE, BLOCK_LENGTH, ALLOCATOR>::Iterator&
moveEnd(std::ptrdiff_t offset = 1);
Move the end pointer by the specified offset, and return the new end pointer.
the new end iterator after applying offset
| Name | Description |
|---|---|
| offset | signed displacement applied to the end iterator |