Force token-pasting in a separate round of macro expansion.
Declared in <bsls_macroincrement.h>
#define BSLS_MACROINCREMENT_IMPL(MACRO_VALUE)
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.
| Name | Description |
|---|---|
| MACRO_VALUE | value whose successor is selected by token-pasting |