18 Sep
2009
18 Sep
'09
12:37 p.m.
How to extract the return type and the argument type list from the type Signature in boost::function<Signature> ? More specifically if I have a object of type boost::function< int ( double)
, the thing "int (double)" is matched with a type. What type is that ? Where can I find it?
Thanks -- View this message in context: http://www.nabble.com/boost%3A%3Afunction-typename-Signature-tp25507953p2550... Sent from the Boost - Users mailing list archive at Nabble.com.