SecureUniqueDeleter

Deleter that securely deallocates a single object through secure_allocator.

Synopsis

Declared in <support/allocators/secure.h>

template<typename T>
struct SecureUniqueDeleter;

Member Functions

NameDescription
operator() Destroys and securely deallocates the managed object.