Analysis Software
Documentation for sPHENIX simulation software
|
Typedefs | |
template<class T > | |
using | phi_method_t = decltype(std::declval< const T >().phi()) |
template<class T > | |
using | has_phi_method = Concepts::is_detected< phi_method_t, T > |
using Acts::VectorHelpers::detail::has_phi_method = typedef Concepts::is_detected<phi_method_t, T> |
Definition at line 30 of file VectorHelpers.hpp.
View newest version in sPHENIX GitHub at line 30 of file VectorHelpers.hpp
using Acts::VectorHelpers::detail::phi_method_t = typedef decltype(std::declval<const T>().phi()) |
Definition at line 27 of file VectorHelpers.hpp.
View newest version in sPHENIX GitHub at line 27 of file VectorHelpers.hpp