template<
bool bConst,
class UserClass,
ESPMode SPMode,
typename FuncType,
typename UserPolicy, typename... VarTypes>
class TBaseSPMethodDelegateInstance< bConst, UserClass, SPMode, FuncType, UserPolicy, VarTypes >
Implements a delegate binding for shared pointer member functions.
Definition at line 188 of file DelegateInstancesImpl.h.