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

Synopsis

Declared in <bslalg_autoarraydestructor.h>

OBJECT_TYPE*
moveBegin(difference_type offset = ‐1);

Return Value

the new begin pointer after applying offset

Parameters

Name

Description

offset

signed displacement applied to the begin pointer

Created with MrDocs