#include <emanaged.h>
class TCBaseDeleteStrategy |
Strategy (policy) class that defines a cleanup strategy for pointers to CBase-derived types. This cleanup strategy calls CBase::Delete with the managed pointer.
See also: LCleanedupPtr to which this strategy type may be supplied as an (optional) second tamplate parameter LManagedPtr to which this strategy type may be supplied as an (optional) second tamplate parameter