[#BDLB_SCOPEEXIT_PRIVATE_CAT] = BDLB_SCOPEEXIT_PRIVATE_CAT :mrdocs: Concatenate two preprocessor tokens for unique guard names. == Synopsis Declared in `<bdlb_scopeexit.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BDLB_SCOPEEXIT_PRIVATE_CAT(X, Y) ---- == Description This macro is for use by `BDLB_SCOPEEXIT_GUARD` only to provide unique variable names. It is _not_ undefined by the end of the file but its direct use is not supported under any circumstances. == Parameters [cols="1,4"] |=== | Name| Description | *X* | first preprocessor token to concatenate | *Y* | second preprocessor token to concatenate |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#