#include <metafunctions.hpp>
Public Types | |
typedef ::boost::mpl::if_ < ::boost::mpl::is_sequence < States >, States, typename::boost::mpl::push_back < ::boost::mpl::vector0 <>, States >::type >::type | type |
typedef ::boost::mpl::if_< ::boost::mpl::is_sequence<States>, States, typename ::boost::mpl::push_back< ::boost::mpl::vector0<>,States>::type >::type boost::msm::back::get_initial_states< States >::type |