P99

◆ P99_ANDS

#define P99_ANDS (   ...)    P99_BIGOP(P00_AND, P99_NARG(__VA_ARGS__),__VA_ARGS__)

Realize the right associative logical and of all the arguments.

Definition at line 369 of file p99_for.h.