[#FOLLY_PP_STRINGIZE] = FOLLY_PP_STRINGIZE :mrdocs: Use FOLLY_PP_STRINGIZE(x) when you'd want to do what #x does inside another macro expansion. == Synopsis Declared in `<folly/Preprocessor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define FOLLY_PP_STRINGIZE(x) ---- == Parameters [cols="1,4"] |=== | Name| Description | *x* | The token to convert to a string literal. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#