[#SecureUniqueDeleter] = SecureUniqueDeleter :mrdocs: Deleter that securely deallocates a single object through secure_allocator. == Synopsis Declared in `<support/allocators/secure.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> struct SecureUniqueDeleter; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:SecureUniqueDeleter/operator_call.adoc[`operator()`] | Destroys and securely deallocates the managed object. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#