CMS 3D CMS Logo

concatenate.h
Go to the documentation of this file.
1 #ifndef FWCore_Utilities_interface_concatenate_h
2 #define FWCore_Utilities_interface_concatenate_h
3 
4 // concatenate the macro arguments into a single token
5 #define EDM_CONCATENATE_(a, b) a##b
6 #define EDM_CONCATENATE(a, b) EDM_CONCATENATE_(a, b)
7 
8 #endif // FWCore_Utilities_interface_concatenate_h