|
Preprocessor macros. More...
Macros | |
#define | TF_PP_EAT_PARENS(...) |
Return the arguments as is except if the first argument starts with a matched parenthesis then remove those parentheses. | |
#define | TF_PP_IS_TUPLE(arg) |
Exapnds to 1 if the argument is a tuple, and 0 otherwise. | |
Preprocessor macros.
#define TF_PP_EAT_PARENS | ( | ... | ) |
Return the arguments as is except if the first argument starts with a matched parenthesis then remove those parentheses.
Definition at line 318 of file preprocessorUtilsLite.h.
#define TF_PP_IS_TUPLE | ( | arg | ) |
Exapnds to 1 if the argument is a tuple, and 0 otherwise.
Definition at line 381 of file preprocessorUtilsLite.h.