18 Aug
2009
18 Aug
'09
6:49 p.m.
The Boost.Function_Types (Function_Traits?) library lets you handle syntax like double(double, double) easily.
Thank you for pointing out, apparently the library is Boost.TypeTraits/
function_traits,
Here it is the example that worked for me:
#include<functional>
struct oldf : std::binary_function