#include <metafunctions.hpp>
Public Types | |
typedef ::boost::mpl::if_ < typename has_pseudo_exit < State >::type,::boost::mpl::bool_ < true >,::boost::mpl::bool_ < false > >::type | type |
typedef ::boost::mpl::if_< typename has_pseudo_exit<State>::type, ::boost::mpl::bool_<true>, ::boost::mpl::bool_<false> >::type boost::msm::back::is_pseudo_exit< State >::type |