P99

◆ P99_GENERIC_TVOLATILE

#define P99_GENERIC_TVOLATILE (   T,
  NVOLATILE,
  VOLATILE 
)    P99_GENERIC_PVOLATILE((&(T)P99_INIT), NVOLATILE, VOLATILE)

Generic choice based on the qualification of a type expression.

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

Definition at line 1660 of file p99_generic.h.