
31 Jan
2009
31 Jan
'09
1:15 p.m.
perhaps more out of exercise, but does any of you know whether it is possible to get to the type of the class of a member function pointer?
I.e., to somehow get to type T in "R (T::*)()"? (in this particular case, a member function without arguments in class T returning R)?
Look at the FunctionTypes library.
I've skimmed over the doc, but still not found the weapon. :-( B/Rgds Max