Delegate.h
Go to the documentation of this file.
Delegate()=default
Delegate(ReturnType(ClassType::*m)(ParamTypes...), ClassType *c)
Delegate a class method.
Definition: Delegate.h:43
Delegate class, encapsulates a std::function Added constructor template implements lambda callback wh...
Definition: Delegate.h:24
1.9.1