Subject: [Boost-users] [signals2] analysing the signature
From: Igor R (boost.lists_at_[hidden])
Date: 2010-02-08 08:06:32


Hello,

typedef signal<void (MyObject)> signal_type;

Is there a way to get the type of the 1st argument, i.e. something
that would return MyObject as a type.

Thanks.