B
Blace Ice
HI,
Pls. see the following function declaration:
int foo(const char *);
How to get the return typename and parameter typenames from the declaration?
For example, I need some codes like the following pseudocode:
typedef typename ReturnType(&foo)::Type AType;
Regards,
Leo Liu
Pls. see the following function declaration:
int foo(const char *);
How to get the return typename and parameter typenames from the declaration?
For example, I need some codes like the following pseudocode:
typedef typename ReturnType(&foo)::Type AType;
Regards,
Leo Liu