[#BloombergLP-bslalg-ArrayDestructionPrimitives] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::ArrayDestructionPrimitives :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for a suite of utility functions that destroy arrays of elements of the parameterized type `TARGET_TYPE`. Depending on the traits of `TARGET_TYPE`, the destructor may be invoked, or not (optimized away by no‐op). == Synopsis Declared in `<bslalg_arraydestructionprimitives.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct ArrayDestructionPrimitives; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslalg/ArrayDestructionPrimitives/destroy-0d.adoc[`destroy`] | `destroy` overloads | xref:BloombergLP/bslalg/ArrayDestructionPrimitives/scribbleOverMemory.adoc[`scribbleOverMemory`] | Overwrite the specified `numBytes` of memory starting at the specified `ptr`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#