P99

◆ P99_PRODS

#define P99_PRODS (   ...)    P99_BIGOP(P00_PROD, P99_NARG(__VA_ARGS__),__VA_ARGS__)

Realize the right associative product of all the arguments.

Definition at line 345 of file p99_for.h.