This topic has not yet been rated - Rate this topic

operator delete (Developer Notes)

Visual Studio 2005

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


void operator delete( 
   void * ptr 
);
ptr

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.