P99

◆ P99_ORS

#define P99_ORS (   ...)    P99_BIGOP(P00_OR, P99_NARG(__VA_ARGS__),__VA_ARGS__)

Realize the right associative logical or of all the arguments.

Definition at line 365 of file p99_for.h.