16 Feb
2009
16 Feb
'09
9:07 a.m.
Hello. I'm trying to implement a similar system to signals/slots found in qt, with connections at runtime. Now I need to know the argument types for a given signal, like boost::function<>::first_arg_type and so on. Is this possible, and how? thank you very much.