F
fotzor
Hi,
is it somehow possible to get the type of a variable in a macro?
example:
#define SOME_MACRO(x) // what's the type of x???
i guess the type-information is lost but i can't use a template here
is it somehow possible to get the type of a variable in a macro?
example:
#define SOME_MACRO(x) // what's the type of x???
i guess the type-information is lost but i can't use a template here