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