EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::VectorHelpers::detail Namespace Reference

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 >
 

Typedef Documentation

template<class T >
using Acts::VectorHelpers::detail::has_phi_method = typedef Concepts ::is_detected<phi_method_t, T>

Definition at line 40 of file Helpers.hpp.

View newest version in sPHENIX GitHub at line 40 of file Helpers.hpp

template<class T >
using Acts::VectorHelpers::detail::phi_method_t = typedef decltype(std::declval<const T>().phi())

Definition at line 37 of file Helpers.hpp.

View newest version in sPHENIX GitHub at line 37 of file Helpers.hpp