Move the end pointer by the specified offset, and return the new end pointer.
Declared in <bslalg_autoarraydestructor.h>
OBJECT_TYPE*
moveEnd(difference_type offset = 1);
the new end pointer after applying offset
| Name | Description |
|---|---|
| offset | signed displacement applied to the end pointer |