CObject::operator delete

For the Release version of the library, operator delete simply frees the memory allocated by operator new.

Syntax

void operator delete( void* p );

At a Glance

Header file: Afx.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CObject Overview, CObject Operators, Classes Derived from CObject, CObject::operator new