![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Go to the source code of this file.
| #define ARENE_CONCATENATE | ( | left, | |
| right ) |
Concatenate two tokens together, similar to ## except that arguments are replaced before concatenation.
| left | The left token to concatenate |
| right | The right token to concatenate |
| #define ARENE_CONCATENATE_IMPL | ( | left, | |
| right ) |
Concatenate two preprocessor tokens together. This has to be nested inside another macro in order to avoid the ## taking precedence over evaluating LINE.
| left | The left token to concatenate |
| right | The right token to concatenate |