Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:11

0001 #ifndef FWCore_Utilities_interface_concatenate_h
0002 #define FWCore_Utilities_interface_concatenate_h
0003 
0004 // concatenate the macro arguments into a single token
0005 #define EDM_CONCATENATE_(a, b) a##b
0006 #define EDM_CONCATENATE(a, b) EDM_CONCATENATE_(a, b)
0007 
0008 #endif  // FWCore_Utilities_interface_concatenate_h