Elements  6.2
A C++ base framework for the Euclid Software.
Stringify.h
Go to the documentation of this file.
1 
27 #ifndef ELEMENTSKERNEL_ELEMENTSKERNEL_STRINGIFY_H_
28 #define ELEMENTSKERNEL_ELEMENTSKERNEL_STRINGIFY_H_
29 
34 #define _xstr(s) str(s)
35 
40 #define _str(s) #s
41 
42 #endif // ELEMENTSKERNEL_ELEMENTSKERNEL_STRINGIFY_H_
43