![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "Acts/Utilities/TypeTraits.hpp"#include "Acts/Utilities/detail/MPL/type_collector.hpp"#include <type_traits>
Include dependency graph for abort_condition_signature_check.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | Acts |
| Set the Geometry Context PLUGIN. | |
| namespace | Acts::Concepts |
| namespace | Acts::Concepts::detail_aborter |
Typedefs | |
| 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. | |
Variables | |
| template<typename T , typename propagator_state_t , typename stepper_t > | |
| constexpr bool | Acts::Concepts::abort_condition_signature_check_v |
| Meta function for checking if an aborter has a valid interface. | |