You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IS there any possible way to pass a member function as a second argument? I have a class that contains AMQP, AMQP within their fields, as well as other member functions, but I want to benefit the value one of them by using the addEvent funtionality of the AQMPQueue.
Unfortunately, it only accepts static functions so the argument Im required to pass cannot be any of my class members. Any idea to solve that?
The text was updated successfully, but these errors were encountered:
IS there any possible way to pass a member function as a second argument? I have a class that contains AMQP, AMQP within their fields, as well as other member functions, but I want to benefit the value one of them by using the addEvent funtionality of the AQMPQueue.
Unfortunately, it only accepts static functions so the argument Im required to pass cannot be any of my class members. Any idea to solve that?
The text was updated successfully, but these errors were encountered: