|
cppx-core
|
$joined forms the ## concatenation of the expansions of its arguments.
More...
Go to the source code of this file.
Macros | |
| #define | joined CPPX_JOINED |
Real name: $joined (the $ is just removed by Doxygen). More... | |
| #define | CPPX_JOINED(a, b) |
Forms the ## concatenation of the expansions of its arguments. More... | |
$joined forms the ## concatenation of the expansions of its arguments.
Definition in file macro-joined.hpp.
| #define CPPX_JOINED | ( | a, | |
| b | |||
| ) |
Forms the ## concatenation of the expansions of its arguments.
| a | A valid preprocessor token. |
| b | Ditto. |
Definition at line 15 of file macro-joined.hpp.
| #define joined CPPX_JOINED |
Real name: $joined (the $ is just removed by Doxygen).
Definition at line 6 of file macro-joined.hpp.
1.8.15