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::make_exit< StateType, ContainingSM > Struct Template Reference

#include <metafunctions.hpp>

Public Types

typedef ::boost::mpl::if_
< typename is_pseudo_exit
< StateType >::type, typename
ContainingSM::template exit_pt
< StateType >
, typename::boost::mpl::identity
< StateType >::type >::type 
type
 

Member Typedef Documentation

template<class StateType , class ContainingSM >
typedef ::boost::mpl::if_< typename is_pseudo_exit<StateType>::type , typename ContainingSM::template exit_pt<StateType>, typename ::boost::mpl::identity<StateType>::type >::type boost::msm::back::make_exit< StateType, ContainingSM >::type

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