FOLLY_PP_STRINGIZE

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

NameDescription
xThe token to convert to a string literal.