#include <metafunctions.hpp>
Public Types | |
typedef ::boost::mpl::bool_ < ::boost::mpl::count_if < typename StateType::configuration, has_no_exception_thrown < ::boost::mpl::placeholders::_1 > >::value!=0 > | found |
typedef ::boost::mpl::or_ < typename has_no_exception_thrown < StateType >::type, found > ::type | type |
typedef ::boost::mpl::bool_< ::boost::mpl::count_if< typename StateType::configuration, has_no_exception_thrown< ::boost::mpl::placeholders::_1 > >::value != 0> boost::msm::back::is_no_exception_thrown< StateType >::found |
typedef ::boost::mpl::or_< typename has_no_exception_thrown<StateType>::type, found >::type boost::msm::back::is_no_exception_thrown< StateType >::type |