[#BloombergLP-bslma-StdTestAllocator-destroy] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/StdTestAllocator.adoc[StdTestAllocator]::destroy :relfileprefix: ../../../ :mrdocs: Destroy the object at the specified `address`. == Synopsis Declared in `<bslma_stdtestallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ELEMENT_TYPE> void destroy(ELEMENT_TYPE* address); ---- == Description Call the `TYPE` destructor for the object pointed to by the specified `address`. Do not directly deallocate any memory. == Parameters [cols="1,4"] |=== | Name| Description | *address* | The address of the object to destroy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#