Go to the documentation of this file. 1 #ifndef FWCore_Utilities_interface_concatenate_h 2 #define FWCore_Utilities_interface_concatenate_h 5 #define EDM_CONCATENATE_(a, b) a##b 6 #define EDM_CONCATENATE(a, b) EDM_CONCATENATE_(a, b) 8 #endif // FWCore_Utilities_interface_concatenate_h