P99
#define P99_HAS_NO_PAREN (   ...)
Value:
/* Use of P00_NARG is important to avoid false trigger when __VA_ARGS__ is empty */ \
P99_IS_EQ(P00_NARG(__VA_ARGS__), P00_NARG(P00_DETECT_PAREN __VA_ARGS__))

Detect if the argument list has an extra pair of of () around.

Definition at line 109 of file p99_classification.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines