XTE _ SCAN ()
Defined in header <xte/preproc/scan.hpp> Expands the given expression.
Definition
#define XTE_SCAN (... )__VA_ARGS__
Example
Preprocessor output:#define FOO ()0 #define NOTHING FOO NOTHING ()XTE_SCAN (FOO NOTHING ())
[View in Compiler Explorer]FOO ()0