fsm
escad::new_fsm::detail::has_transitionTo< Target, Event, typename > Struct Template Reference

Default case of helper for detecting if type Target has a transitionTo(const Event &) method. More...

#include <state.h>

Inheritance diagram for escad::new_fsm::detail::has_transitionTo< Target, Event, typename >:
Inheritance graph
[legend]
Collaboration diagram for escad::new_fsm::detail::has_transitionTo< Target, Event, typename >:
Collaboration graph
[legend]

Detailed Description

template<typename Target, typename Event, typename = void>
struct escad::new_fsm::detail::has_transitionTo< Target, Event, typename >

Default case of helper for detecting if type Target has a transitionTo(const Event &) method.

Template Parameters
TargetThe type to check for the presence of transitionTo(const Event &) method.
EventThe event type.
voidEmpty type used for SFINAE.

The documentation for this struct was generated from the following file: