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

Synopsis

Declared in <bslalg_autoarraydestructor.h>

OBJECT_TYPE*
moveEnd(difference_type offset = 1);

Return Value

the new end pointer after applying offset

Parameters

Name

Description

offset

signed displacement applied to the end pointer

Created with MrDocs