P99

◆ P99_PASTE3

#define P99_PASTE3 (   _1,
  _2,
  _3 
)    P99_PASTE2(P99_PASTE2(_1, _2), _3)

Definition at line 83 of file p99_paste.h.