[#BSLS_MACROINCREMENT] = BSLS_MACROINCREMENT :mrdocs: Return the preprocessor number that is the successor to `MACRO_VALUE`. The behavior is undefined unless `MACRO_VALUE` is an integer literal, or a macro that ultimately expands to an integer literal. == Synopsis Declared in `<bsls_macroincrement.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BSLS_MACROINCREMENT(MACRO_VALUE) ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#