[#BloombergLP-bslalg-AutoArrayDestructor-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/AutoArrayDestructor.adoc[AutoArrayDestructor]::AutoArrayDestructor :relfileprefix: ../../../ :mrdocs: Create an array exception guard object for the sequence of elements of the parameterized `OBJECT_TYPE` delimited by the range specified by `[ begin, end )]`. The behavior is undefined unless `begin <= end` and each element in the range `[ begin, end )]` has been initialized. == Synopsis Declared in `<bslalg_autoarraydestructor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- AutoArrayDestructor( OBJECT_TYPE* begin, OBJECT_TYPE* end, ALLOCATOR allocator = ALLOCATOR()); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#