P99

◆ P99_ALENS

#define P99_ALENS (   ARR,
 
)    P99_FOR(ARR, N, P00_ALENS0, P00_ALEN, P99_REP(N,))

Produce a list of the lengths of the argument array ARR in terms of the number of elements in the first N dimensions.

Remarks
argument 0 maybe evaluated several times for its type but only once for its value
argument 1 must expand to a decimal number

Definition at line 615 of file p99_for.h.