
2 Oct
2009
2 Oct
'09
4:55 p.m.
Is may be Boost.FunctionTypes what you are looking for? http://www.boost.org/doc/libs/1_40_0/libs/function_types/doc/html/boo...
It looks like right area, but i can't see how would I apply these.
function_type expects mpl sequense.
Maybe what you need is a combinatioin of FunctionTypes and TypeTraits
//example with type_traits/function_traits
#include