DeleteWithRelease

C++
template <typename TYPE>
struct DeleteWithRelease {
};
File

IEntity.h

Description

CryComponent helpers: has to be here due to circular dependancy.

DeleteWithRelease::() Operator
C++
void operator ()(TYPE* p);