XIEITE_UNWRAP ()
Defined in header <xieite/pp/unwrap.hpp>
Unwraps an expression from surrounding parentheses.
Definition
#define XIEITE_UNWRAP (... )/* ??? */
Example
Preprocessor output:XIEITE_UNWRAP ((1 ,'2' ,x ))
[View in Compiler Explorer]1 ,'2' ,x