ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Typedefs | |
template<class T > | |
using | phi_method_t = decltype(std::declval< const T >().phi()) |
template<class T > | |
using | has_phi_method = concept::is_detected< phi_method_t, T > |
using Acts::VectorHelpers::detail::has_phi_method = typedef concept ::is_detected<phi_method_t, T> |
Definition at line 56 of file Helpers.hpp.
View newest version in sPHENIX GitHub at line 56 of file Helpers.hpp
using Acts::VectorHelpers::detail::phi_method_t = typedef decltype(std::declval<const T>().phi()) |
Definition at line 53 of file Helpers.hpp.
View newest version in sPHENIX GitHub at line 53 of file Helpers.hpp