operator delete (Visual Studio Supplementary Reference)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The function called by a delete expression to deallocate storage for individual of objects.

void operator delete( 
   void * ptr 
);

Parameters

  • ptr
    The pointer whose value is to be rendered invalid by the deletion.

See Also

Reference

operator new (Visual Studio Supplementary Reference)