Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::msm::back::is_active_state_switch_policy< StateType > Struct Template Reference

#include <metafunctions.hpp>

Public Types

typedef ::boost::mpl::bool_
< ::boost::mpl::count_if
< typename
StateType::configuration,
has_active_state_switch_policy
< ::boost::mpl::placeholders::_1 >
>::value!=0 > 
found
 
typedef ::boost::mpl::or_
< typename
has_active_state_switch_policy
< StateType >::type, found >
::type 
type
 

Member Typedef Documentation

template<class StateType>
typedef ::boost::mpl::bool_< ::boost::mpl::count_if< typename StateType::configuration, has_active_state_switch_policy< ::boost::mpl::placeholders::_1 > >::value != 0> boost::msm::back::is_active_state_switch_policy< StateType >::found
template<class StateType>
typedef ::boost::mpl::or_< typename has_active_state_switch_policy<StateType>::type, found >::type boost::msm::back::is_active_state_switch_policy< StateType >::type

The documentation for this struct was generated from the following file: