preprocessor
preprocessor#
This library contains useful preprocessor macros:
HPX_PP_CAT
: Concatenate two tokensHPX_PP_EXPAND
: Expands a preprocessor tokenHPX_PP_NARGS
: Determines the number of arguments passed to a variadic macroHPX_PP_STRINGIZE
: Turns a token into a stringHPX_PP_STRIP_PARENS
: Strips parenthesis from a token
See the API reference of the module for more details.