XTE_UNWRAP ()
Defined in header <xte/preproc/unwrap.hpp> Unwraps an expression from surrounding parentheses. Also handles some edge cases.
Definition
#define XTE_UNWRAP (... )/* ??? */
Example
Preprocessor output:XTE_UNWRAP ((1 ,'2' ,x ))
[View in Compiler Explorer]1 ,'2' ,x