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::get_fork_owner< Sequence, ContainingSM > Struct Template Reference

#include <metafunctions.hpp>

Public Types

typedef ::boost::mpl::front
< Sequence >::type 
seq_front
 
typedef ::boost::mpl::if_
< typename::boost::mpl::not_
< typename::boost::is_same
< typename seq_front::owner,
ContainingSM >::type >::type,
typename seq_front::owner,
seq_front >::type 
type
 

Member Typedef Documentation

template<class Sequence , class ContainingSM >
typedef ::boost::mpl::front<Sequence>::type boost::msm::back::get_fork_owner< Sequence, ContainingSM >::seq_front
template<class Sequence , class ContainingSM >
typedef ::boost::mpl::if_< typename ::boost::mpl::not_< typename ::boost::is_same<typename seq_front::owner,ContainingSM>::type>::type, typename seq_front::owner, seq_front >::type boost::msm::back::get_fork_owner< Sequence, ContainingSM >::type

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