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