P99
#define P99_NARG (   ...)    P00_NARG__1(P99_IS_EMPTY(__VA_ARGS__), P00_NARG(__VA_ARGS__))

Return the length of the variate argument list, an empty argument list accounting for 0 arguments.

This supposes that the length of the list is less than P99_MAX_NUMBER.

See also:
P00_NARG for a macro that accounts an empty list to be 1

Definition at line 107 of file p99_args.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines