[#FOLLY_PP_STRINGIZE_MACRO] = FOLLY_PP_STRINGIZE_MACRO :mrdocs: Use FOLLY_PP_STRINGIZE_MACRO(x) when you want the string representation of a non‐string c++ preprocessing macro value, ex FOLLY_PP_STRINGIZE_MACRO(*LINE*). == Synopsis Declared in `<folly/Preprocessor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define FOLLY_PP_STRINGIZE_MACRO(x) ---- == Parameters [cols="1,4"] |=== | Name| Description | *x* | The macro whose expanded value is converted to a string literal. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#