How can I create a pointer to a member function and call it?
How do I obtain a function pointer for a class member function, and later call that member function with a specific object? I’d like to write:
How do I obtain a function pointer for a class member function, and later call that member function with a specific object? I’d like to write: