XIEITE_NONE()

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

Expands to 0 if anything is passed to it, otherwise expands to 1.


Definition

#define XIEITE_NONE(...) /* boolean integer literal */


Example

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