Use FOLLY_PP_STRINGIZE(x) when you'd want to do what #x does inside another macro expansion.
Synopsis
Declared in <folly/Preprocessor.h>
#define FOLLY_PP_STRINGIZE(x)
Parameters
Name |
Description |
x |
The token to convert to a string literal. |
Created with MrDocs