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 and B into a single token. Evaluates to AB

Parameters
  • A – First token

  • B – Second token