[#BloombergLP-bslalg-AutoArrayDestructor-moveEnd] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/AutoArrayDestructor.adoc[AutoArrayDestructor]::moveEnd :relfileprefix: ../../../ :mrdocs: Move the end pointer by the specified `offset`, and return the new end pointer. == Synopsis Declared in `<bslalg_autoarraydestructor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- OBJECT_TYPE* moveEnd(xref:BloombergLP/bslalg/AutoArrayDestructor/difference_type.adoc[difference_type] offset = 1); ---- == Return Value the new end pointer after applying `offset` == Parameters [cols="1,4"] |=== | Name| Description | *offset* | signed displacement applied to the end pointer |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#