[#BloombergLP-bslalg-DequePrimitives-01-destruct-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/DequePrimitives-01.adoc[DequePrimitives]::destruct :relfileprefix: ../../../ :mrdocs: Same as the related overload above for `destruct`. == 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_BITWISE_COPYABLE_TRAITS>] traits); ---- == Parameters [cols="1,4"] |=== | Name| Description | *begin* | beginning of the range of elements to destroy | *end* | end of the range of elements to destroy (one past the last) | *allocator* | allocator used to destroy elements | *traits* | unused trait tag for overload resolution |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#