Go to the documentation of this file.   58 #define TPASTE2( a, b)                            a##b    60 #define TPASTE3( a, b, c)                         a##b##c    61 #define TPASTE4( a, b, c, d)                      a##b##c##d    62 #define TPASTE5( a, b, c, d, e)                   a##b##c##d##e    63 #define TPASTE6( a, b, c, d, e, f)                a##b##c##d##e##f    64 #define TPASTE7( a, b, c, d, e, f, g)             a##b##c##d##e##f##g    65 #define TPASTE8( a, b, c, d, e, f, g, h)          a##b##c##d##e##f##g##h    66 #define TPASTE9( a, b, c, d, e, f, g, h, i)       a##b##c##d##e##f##g##h##i    67 #define TPASTE10(a, b, c, d, e, f, g, h, i, j)    a##b##c##d##e##f##g##h##i##j    79 #define ATPASTE2( a, b)                           TPASTE2( a, b)    81 #define ATPASTE3( a, b, c)                        TPASTE3( a, b, c)    82 #define ATPASTE4( a, b, c, d)                     TPASTE4( a, b, c, d)    83 #define ATPASTE5( a, b, c, d, e)                  TPASTE5( a, b, c, d, e)    84 #define ATPASTE6( a, b, c, d, e, f)               TPASTE6( a, b, c, d, e, f)    85 #define ATPASTE7( a, b, c, d, e, f, g)            TPASTE7( a, b, c, d, e, f, g)    86 #define ATPASTE8( a, b, c, d, e, f, g, h)         TPASTE8( a, b, c, d, e, f, g, h)    87 #define ATPASTE9( a, b, c, d, e, f, g, h, i)      TPASTE9( a, b, c, d, e, f, g, h, i)    88 #define ATPASTE10(a, b, c, d, e, f, g, h, i, j)   TPASTE10(a, b, c, d, e, f, g, h, i, j)