P99

◆ P99_BIGOP

#define P99_BIGOP (   OP,
  M,
  ... 
)    P99_FOR( , M, OP, P00_IDT, __VA_ARGS__)

Realize the right associative operation OP of all the arguments.

Here OP should receive four arguments NAME, X, N, REC out of which NAME and N are ignored and X and REC should be interpreted as the left and right hand of the operator action, respectively.

M is the length of the list that follows it.

Remarks
argument 1 must expand to a decimal number

Definition at line 144 of file p99_for.h.