/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/ParameterSet/interface/ParameterSetDescriptionTraits.h
16 строк
430 B
W. David Dagenhart
Only changes from scram build code-format-all
30 апр 2019, 22:05
30 апр 2019, 22:05
23d7339
Код
Авторство
О чём код?
#ifndef FWCore_ParameterSet_ParameterSetTraits_h #define FWCore_ParameterSet_ParameterSetTraits_h #include "FWCore/Utilities/interface/value_ptr.h" namespace edm { class ParameterSetDescription; template <> struct value_ptr_traits<ParameterSetDescription> { static ParameterSetDescription* clone(ParameterSetDescription const* p); static void destroy(ParameterSetDescription* p); }; } // namespace edm #endif