Process Hacker
templ.h File Reference

Go to the source code of this file.

Macros

#define TEMPLATE_(f, T)   f##_##T
 
#define T___(f, T)   TEMPLATE_(f,T)
 

Macro Definition Documentation

#define T___ (   f,
  T 
)    TEMPLATE_(f,T)

Definition at line 5 of file templ.h.

#define TEMPLATE_ (   f,
  T 
)    f##_##T

Definition at line 4 of file templ.h.