XTE_ANY ()
Defined in header <xte/preproc/any.hpp> Expands to
1 if anything is passed, otherwise expands to 0 .Definition
#define XTE_ANY (... )/* boolean integer literal */
Example
Preprocessor output:XTE_ANY ()XTE_ANY (abcdef)
[View in Compiler Explorer]0 1