Deleter that securely deallocates a single object through secure_allocator.
Declared in <support/allocators/secure.h>
template<typename T>
struct SecureUniqueDeleter;
| Name | Description |
|---|---|
operator() | Destroys and securely deallocates the managed object. |