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

Default case of helper for detecting if type Target has a onEnter() method. More...

#include <state.h>

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

Detailed Description

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

Default case of helper for detecting if type Target has a onEnter() method.

Template Parameters
TargetThe type to check for the presence of onEnter() method.
voidEmpty type used for SFINAE.

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