CMS 3D CMS Logo

stringize.h
Go to the documentation of this file.
1 #ifndef FWCore_Utilities_interface_stringize_h
2 #define FWCore_Utilities_interface_stringize_h
3 
4 // convert the macro argument to a null-terminated quoted string
5 #define EDM_STRINGIZE_(token) #token
6 #define EDM_STRINGIZE(token) EDM_STRINGIZE_(token)
7 
8 #endif // FWCore_Utilities_interface_stringize_h