P99

◆ P99_SIZEOF

#define P99_SIZEOF (   T,
  F,
  ... 
)    P99_IF_EQ(P99_NARG(__VA_ARGS__), 1)(sizeof(__VA_ARGS__))(P00_SIZEOF2(__VA_ARGS__))

Determine the size of field F in structure T.

Additional parameters in the argument list are joined to F with dots.

Definition at line 381 of file p99_new.h.