P99

◆ P99_HAS_NO_PAREN

#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 is surrounded by an extra pair of ().

Definition at line 118 of file p99_classification.h.