[#SecureUniqueDeleter-operator_call] = xref:SecureUniqueDeleter.adoc[SecureUniqueDeleter]::operator() :relfileprefix: ../ :mrdocs: Destroys and securely deallocates the managed object. == Synopsis Declared in `<support/allocators/secure.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void operator()(T* t) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *t* | Pointer to the object to destroy and deallocate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#