P99

◆ P99_BORS

#define P99_BORS (   ...)    P99_BIGOP(P00_BOR, P99_NARG(__VA_ARGS__),__VA_ARGS__)

Realize the right associative bitwise or of all the arguments.

Definition at line 357 of file p99_for.h.