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)
 concatenates its 5 parameters to one token (macros are expanded)
 
#define ARMARX_CONCATENATE_5_IMPL(s1, s2, s3, s4, s5)
 concatenates its 5 parameters to one token (macros are not expanded) Use ARMARX_CONCATENATE_5 instead!
 

Macro Definition Documentation

◆ ARMARX_CONCATENATE_5_IMPL

#define ARMARX_CONCATENATE_5_IMPL ( s1,
s2,
s3,
s4,
s5 )
Value:
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.