ECCE @ 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 = concept::is_detected< phi_method_t, T >
 

Typedef Documentation

template<class 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

template<class T >
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