MeshLib
 
Loading...
Searching...
No Matches
Concat.h File Reference

Go to the source code of this file.

Macros

#define MR_CONCAT(a, b)   MR_CONCAT_( a, b )
 concat tokens
 
#define MR_CONCAT_(a, b)   a ## b
 

Macro Definition Documentation

◆ MR_CONCAT

#define MR_CONCAT ( a,
b )   MR_CONCAT_( a, b )

concat tokens

◆ MR_CONCAT_

#define MR_CONCAT_ ( a,
b )   a ## b