Force token‐pasting in a separate round of macro expansion.
Synopsis
Declared in <bsls_macroincrement.h>
#define BSLS_MACROINCREMENT_IMPL(MACRO_VALUE)
Description
The BSLS_MACROINCREMENT_IMPL macro is an implementation detail that forces the token‐pasting to occur in a separate round of macro expansion, so that the computed macro will, in turn, expand to the desired literal.
Parameters
Name |
Description |
MACRO_VALUE |
value whose successor is selected by token‐pasting |
Created with MrDocs