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_completion_event< Event > Struct Template Reference

#include <metafunctions.hpp>

Public Types

typedef ::boost::mpl::if_
< has_completion_event< Event >
,::boost::mpl::bool_< true >
,::boost::mpl::bool_< false >
>::type 
type
 

Member Typedef Documentation

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

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