#include <type_traits>
Go to the source code of this file.
|
| #define | MAKE_SLOT(func) |
| | you will not be able to move your struct after using this macro
|
|
| template<typename MemberFuncPtr, typename BaseClass> |
| auto | bindSlotCallback (BaseClass *base, MemberFuncPtr func) |
◆ MAKE_SLOT
| #define MAKE_SLOT |
( |
| func | ) |
|
Value:
auto bindSlotCallback(BaseClass *base, MemberFuncPtr func)
Definition MRMakeSlot.h:6
you will not be able to move your struct after using this macro
◆ bindSlotCallback()
template<typename MemberFuncPtr, typename BaseClass>
| auto bindSlotCallback |
( |
BaseClass * | base, |
|
|
MemberFuncPtr | func ) |