CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Macros
concatenate.h File Reference

Go to the source code of this file.

Macros

#define EDM_CONCATENATE(a, b)   EDM_CONCATENATE_(a, b)
 
#define EDM_CONCATENATE_(a, b)   a##b
 

Macro Definition Documentation

◆ EDM_CONCATENATE

#define EDM_CONCATENATE (   a,
  b 
)    EDM_CONCATENATE_(a, b)

Definition at line 6 of file concatenate.h.

◆ EDM_CONCATENATE_

#define EDM_CONCATENATE_ (   a,
  b 
)    a##b

Definition at line 5 of file concatenate.h.