
8 Feb
2010
8 Feb
'10
2:25 p.m.
OvermindDL1 wrote:
class myClass { public: void _myMemberFunc(int i, float f); static RPCHandler::type_of_callback<myClass::_myMemberFunc>::type myMemberFunc; }
Hello, do you defer the completion of the full signature of the member function until it's called, or do you acquire it through some other trickery? Thanks, Cheers, Rutger