P99

◆ P99_BIGFUNC

#define P99_BIGFUNC (   FUNC,
  M,
  ... 
)    P99_FOR(FUNC, M, P00_FUNC, P00_IDT, __VA_ARGS__)

Realize the right associative call of binary function FUNC of all the arguments.

Here FUNC should be a function of two arguments.

M is the length of the list that follows it.

Remarks
argument 1 must expand to a decimal number

Definition at line 154 of file p99_for.h.