P99

◆ P99_STRUCT_UNUSE

#define P99_STRUCT_UNUSE (   TYPE,
  VAR,
  ... 
)    P99_FOR((TYPE, VAR), P99_NARG(__VA_ARGS__), P00_SEP, P00_STRUCT_UNUSE, __VA_ARGS__)

Copy local variables back to the fields of variable VAR.

See also
P99_STRUCT_USE
Remarks
argument 0 should correspond to a type name (one token) that is not a VLA.
argument 1 must be an identifier
argument 2 must be an identifier
argument 3 must be an identifier
argument 4 must be an identifier

Definition at line 1110 of file p99_for.h.