[#BloombergLP-bslalg-DequePrimitives-01-destruct-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/DequePrimitives-01.adoc[DequePrimitives]::destruct :relfileprefix: ../../../ :mrdocs: Call the destructor on each of the elements of a deque of parameterized `VALUE_TYPE` in the specified range `[begin .. end)]`. The behavior is undefined unless `begin <= end`. Note that this does not deallocate any memory (except memory deallocated by the element destructor calls). Note that the last argument is for removing overload ambiguities and is not used. == Synopsis Declared in `<bslalg_dequeprimitives.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ALLOCATOR> static void destruct( xref:BloombergLP/bslalg/DequePrimitives-01/Iterator.adoc[Iterator] begin, xref:BloombergLP/bslalg/DequePrimitives-01/Iterator.adoc[Iterator] end, ALLOCATOR allocator, xref:bsl/integral_constant-02.adoc[bsl::integral_constant<int, BSLALG_DEQUEPRIMITIVES_NIL_TRAITS>]); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#