concat.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ARMARX_CONCATENATE_5(s1, s2, s3, s4, s5)   ARMARX_CONCATENATE_5_IMPL(s1, s2, s3, s4, s5)
 concatenates its 5 parameters to one token (macros are expanded) More...
 
#define ARMARX_CONCATENATE_5_IMPL(s1, s2, s3, s4, s5)   s1##s2##s3##s4##s5
 concatenates its 5 parameters to one token (macros are not expanded) Use ARMARX_CONCATENATE_5 instead! More...
 

Macro Definition Documentation

◆ ARMARX_CONCATENATE_5_IMPL

#define ARMARX_CONCATENATE_5_IMPL (   s1,
  s2,
  s3,
  s4,
  s5 
)    s1##s2##s3##s4##s5

concatenates its 5 parameters to one token (macros are not expanded) Use ARMARX_CONCATENATE_5 instead!

See also
ARMARX_CONCATENATE_5

Definition at line 31 of file concat.h.