Struct Acts::EndOfWorldReached

struct EndOfWorldReached

This is the condition that the end of World has been reached it then triggers an propagation abort.

Public Functions

EndOfWorldReached() = default
template<typename propagator_state_t, typename stepper_t, typename navigator_t>
inline bool operator()(propagator_state_t &state, const stepper_t&, const navigator_t &navigator, const Logger&) const

boolean operator for abort condition without using the result

Template Parameters
  • propagator_state_t – Type of the propagator state

  • navigator_t – Type of the navigator

Parameters
  • state[inout] The propagation state object

  • navigator[in] The navigator object