P99

◆ P99_IF_NE

#define P99_IF_NE (   A,
 
)    P00_IF_NOT_CLAUSE(P99_PASTE4(P00_IS_,A,_EQ_,B)())

Test if two words A and B are unequal.

See also
P99_IF_EQ

Definition at line 99 of file p99_if.h.