Help with an array of member function pointers in a classHere is the beginning of it. As I said, its written in Qt (https://www.qt.io/) so one would need tha...
Help with an array of member function pointers in a classThank you for the explanation. The static method worked fine, but when I started using it in my real...
Help with an array of member function pointers in a classHow would I use [code] std::function<void(MyClass*)> react[3] = {&MyClass::scream,&MyClass::whisper...
Help with an array of member function pointers in a classThat worked. Thanks for the help.
Help with an array of member function pointers in a classI'm trying to implement an array of member function pointers in a class. I've googled around, and th...
This user does not accept Private Messages