/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/Utilities/interface/stringize.h
8 строк
299 B
Andrea Bocci
Add a macro to "stringize" a preprocessor token
10 май 2022, 19:34
Не верифицирован
10 май 2022, 19:34
0775d9a
Код
Авторство
О чём код?
#ifndef FWCore_Utilities_interface_stringize_h #define FWCore_Utilities_interface_stringize_h // convert the macro argument to a null-terminated quoted string #define EDM_STRINGIZE_(token) #token #define EDM_STRINGIZE(token) EDM_STRINGIZE_(token) #endif // FWCore_Utilities_interface_stringize_h