Subject: Re: [Boost-users] [signals2] analysing the signature
From: Frank Mori Hess (fmhess_at_[hidden])
Date: 2010-02-08 08:36:58


On Monday 08 February 2010, Igor R wrote:
> 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.
>

signal_type::arg<0>::type