template<
bool bConst,
class UserClass,
typename FuncType,
typename UserPolicy, typename... VarTypes>
class TBaseRawMethodDelegateInstance< bConst, UserClass, FuncType, UserPolicy, VarTypes >
Implements a delegate binding for C++ member functions.
Definition at line 315 of file DelegateInstancesImpl.h.