A type for deleting objects of type T using specific delete function. This is for use in GeoAutoPtr.
Name | Description |
---|---|
Delete(T *) | Primary policy method, deleting the object. |
public: void Delete
(
T * obj
)
Primary policy method, deleting the object.