
29 Jul
2008
29 Jul
'08
4:42 p.m.
On Tue, Jul 29, 2008 at 5:06 AM, John Maddock <john@johnmaddock.co.uk> wrote:
Stjepan Rajko wrote:
I think I've had a need for both of these before, and IIRC in both cases I used the FunctionTypes library to get the answer.
Hmmm, I don't see anything in the function traits docs to obtain the type of an object from a pointer to member [function] ?
parameter_types (under type decomposition) returns the (transformed) type of object as the second element of it's answer for member function pointers. Stjepan