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