Destroys and securely deallocates the managed object.

Synopsis

Declared in <support/allocators/secure.h>

void
operator()(T* t) noexcept;

Parameters

Name

Description

t

Pointer to the object to destroy and deallocate.

Created with MrDocs