Go to the source code of this file.
|
template<typename A , typename propagator_state_t , typename stepper_t > |
using | Acts::Concepts::detail_aborter::call_op_no_result_t = decltype(std::declval< const A >()(std::declval< propagator_state_t & >(), std::declval< const stepper_t & >())) |
| Detection helper for call operator WITHOUT result.
|
|
template<typename A , typename result_t , typename propagator_state_t , typename stepper_t > |
using | Acts::Concepts::detail_aborter::call_op_with_result_t = decltype(std::declval< const A >()(std::declval< propagator_state_t & >(), std::declval< const stepper_t & >(), std::declval< const result_t & >())) |
| Detection helper for call operator WITH result.
|
|