Deleter that securely deallocates a single object through secure_allocator.
Synopsis
Declared in <support/allocators/secure.h>
template<typename T>
struct SecureUniqueDeleter;
Member Functions
Name |
Description |
Destroys and securely deallocates the managed object. |
Created with MrDocs