cppx-core
Macros
macro-joined.hpp File Reference

$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...
 

Detailed Description

$joined forms the ## concatenation of the expansions of its arguments.

Definition in file macro-joined.hpp.

Macro Definition Documentation

◆ CPPX_JOINED

#define CPPX_JOINED (   a,
 
)

Forms the ## concatenation of the expansions of its arguments.

Parameters
aA valid preprocessor token.
bDitto.

Definition at line 15 of file macro-joined.hpp.

◆ joined

#define joined   CPPX_JOINED

Real name: $joined (the $ is just removed by Doxygen).

Definition at line 6 of file macro-joined.hpp.