
9 Feb
2010
9 Feb
'10
8:06 p.m.
OvermindDL1 wrote:
template< typename Function , class From = typename boost::mpl::begin< boost::function_types::parameter_types<Function> >::type , class To = typename boost::mpl::end< boost::function_types::parameter_types<Function> >::type , class Enable = void
Thanks. I guess I didn't know that "&class::member_function" is enough to get a full signature when there's no overload of that function in the class. I.e., that function_types will just give the full signature in that case. Cheers, Rutger