P99

◆ P99_XORS

#define P99_XORS (   ...)    P99_BIGOP(P00_XOR, P99_NARG(__VA_ARGS__),__VA_ARGS__)

Realize the right associative bitwise exclusive or of all the arguments.

Definition at line 353 of file p99_for.h.