P99

◆ P99_CONST_LEN

#define P99_CONST_LEN (   SEQ)    P99_IF_ELSE(P99_IS_CONST_TOK(SEQ))(P00_CONST1(P00_EAT_FIRST(SEQ)))(0)

Count the number of tokens in sequence SEQ that all are of kind CONST.

Definition at line 5697 of file p99_generated.h.