Subject: [Boost-users] [boost-users][signals]
From: Germán Diago (germandiago_at_[hidden])
Date: 2009-02-16 04:07:42


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.