i have read somewhere this macro in cpp...
#define TR(...) __f(#__VA_ARGS__, __VA_ARGS__)
What does it actually mean?