hpx/preprocessor/cat.hpp
hpx/preprocessor/cat.hpp#
Defined in header hpx/preprocessor/cat.hpp.
See Public API for a list of names and headers that are part of the public HPX API.
Defines
-
HPX_PP_CAT(A, B)#
Concatenates the tokens
A
andB
into a single token. Evaluates toAB
- Parameters
A – First token
B – Second token