Search Results

1
vote

Calling a C++ function pointer on a specific object instance

Unfortunately, the EventFunction type cannot point to a function of B, because it is not the correct type. You could make it the correct type, but that probably isn't really the solution you want: …