/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/TestObjects/src/ThingWithIsEqual.cc
6 строк
220 B
W. David Dagenhart
From scram b code-format-all (clang-format)
10 май 2019, 17:51
10 май 2019, 17:51
82e0ab0
Код
Авторство
О чём код?
#include "DataFormats/TestObjects/interface/ThingWithIsEqual.h" namespace edmtest { bool ThingWithIsEqual::isProductEqual(ThingWithIsEqual const& newThing) const { return a == newThing.a; } } // namespace edmtest