[#BloombergLP-bsltf-StdTestAllocator-05-destroy] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/StdTestAllocator-05.adoc[StdTestAllocator]::destroy :relfileprefix: ../../../ :mrdocs: Call the `ELEMENT_TYPE` destructor for the object at the specified `address` but do not deallocate the memory at `address`. == Synopsis Declared in `<bsltf_stdtestallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ELEMENT_TYPE> void destroy(ELEMENT_TYPE* address); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#