[#BSLS_MACROINCREMENT_IMPL] = BSLS_MACROINCREMENT_IMPL :mrdocs: Force token‐pasting in a separate round of macro expansion. == Synopsis Declared in `<bsls_macroincrement.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #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 [cols="1,4"] |=== | Name| Description | *MACRO_VALUE* | value whose successor is selected by token‐pasting |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#