#include <type_traits>
Go to the source code of this file.
Macros | |
#define | MAKE_SLOT(func) bindSlotCallback(this,func) |
Functions | |
template<typename MemberFuncPtr , typename BaseClass > | |
auto | bindSlotCallback (BaseClass *base, MemberFuncPtr func) |
#define MAKE_SLOT | ( | func | ) | bindSlotCallback(this,func) |
auto bindSlotCallback | ( | BaseClass * | base, |
MemberFuncPtr | func ) |