P99

◆ P99_GENERIC_TCONST

#define P99_GENERIC_TCONST (   T,
  NCONST,
  CONST 
)    P99_GENERIC_PCONST((&(T)P99_INIT), NCONST, CONST)

Generic choice based on the qualification of a type expression.

See also
P99_GENERIC_PCONST
Remarks
argument 0 should correspond to a type that is not a VLA.

Definition at line 1650 of file p99_generic.h.