SecureUniqueDeleter::operator()

Destroys and securely deallocates the managed object.

Synopsis

Declared in <support/allocators/secure.h>

void
operator()(T* t) noexcept;

Parameters

NameDescription
tPointer to the object to destroy and deallocate.