j
k
j a
j l
On Monday 08 February 2010, Igor R wrote:
Hello, typedef signal signal_type; Is there a way to get the type of the 1st argument, i.e. something that would return MyObject as a type.
Hello,
typedef signal 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
Attachments:
Back to the thread
Back to the list