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

XIEITE_ANY()
XIEITE_ANY(abcdef)
Preprocessor output:
0
1
[View in Compiler Explorer]