/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/Utilities/interface/DefaultRecord.h
15 строк
445 B
Chris Jones
Moved DefaultRecord to FWCore/Utilities
10 янв 2026, 18:16
10 янв 2026, 18:16
2cf5fc2
Код
Авторство
О чём код?
#ifndef FWCore_Utilities_DefaultRecord_h #define FWCore_Utilities_DefaultRecord_h // -*- C++ -*- // Package: FWCore/Utilities // Class : DefaultRecord /// Description: Special type used to indicate the default Record for a data type // Usage: // An ESGetToken can be created with DefaultRecord to indicate // the default Record for the data type should be used. // namespace edm { struct DefaultRecord {}; } // namespace edm #endif