This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

template<typename, void >
class Geo::GeoDelegateDestructor

A type for deleting objects of type T using specific delete function. This is for use in GeoAutoPtr.

Functions

Name Description
Delete(T *)

Primary policy method, deleting the object.


static void Geo::GeoDelegateDestructor< T, Delegate >::Delete


public: void Delete
(
    T * obj
)


Primary policy method, deleting the object.

  • No labels