#include <metafunctions.hpp>
Public Types | |
typedef ::boost::mpl::if_ < has_completion_event< Event > ,::boost::mpl::bool_< true > ,::boost::mpl::bool_< false > >::type | type |
typedef ::boost::mpl::if_< has_completion_event<Event>, ::boost::mpl::bool_<true>, ::boost::mpl::bool_<false> >::type boost::msm::back::is_completion_event< Event >::type |