template<typename FunctionPointer, typename Base>
DelegateBase<void, FunctionPointer, Base> class
Partial specialization of DelegateBase for regular function pointers (not pointers-to-member-function).
Constructors, destructors, conversion operators
- DelegateBase() defaulted
- DelegateBase(FunctionPointer fn) explicit
Public functions
- void setFunction(FunctionPointer fn)
Protected variables
- FunctionPointer mFunctionPtr