P99

◆ P99_IS_EQ

#define P99_IS_EQ (   _0,
  _1 
)    P99_HAS_COMMA(P99_PASTE4(P00_IS_, _0, _EQ_, _1)())

Determine if the two tokens _0 and _1 are equal.

For a specific token X to work with this, a macro P00_IS_X_EQ_X must have been declared and expand to a comma.

Definition at line 54 of file p99_logical.h.