XIEITE_UNWRAP()

Defined in header
<xieite/pp/unwrap.hpp>

Unwraps an expression from surrounding parentheses.


Definition

#define XIEITE_UNWRAP(...) /* ??? */


Example

XIEITE_UNWRAP((1, '2', x))
Preprocessor output:
1, '2', x
[View in Compiler Explorer]