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::has_state_delayed_events< State > Struct Template Reference

#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
 

Member Typedef Documentation

template<class State >
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

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