stringify.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_STRINGIFY(...)   ARMARX_STRINGIFY_IMPL(__VA_ARGS__)
 Expands the given parameters and stringifies them. More...
 
#define ARMARX_STRINGIFY_IMPL(...)   #__VA_ARGS__
 

Macro Definition Documentation

◆ ARMARX_STRINGIFY_IMPL

#define ARMARX_STRINGIFY_IMPL (   ...)    #__VA_ARGS__

Definition at line 31 of file stringify.h.