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_owner< State, ContainingSM > Struct Template Reference

#include <metafunctions.hpp>

Public Types

typedef ::boost::mpl::if_
< typename::boost::mpl::not_
< typename::boost::is_same
< typename State::owner,
ContainingSM >::type >::type,
typename State::owner, State >
::type 
type
 

Member Typedef Documentation

template<class State , class ContainingSM >
typedef ::boost::mpl::if_< typename ::boost::mpl::not_<typename ::boost::is_same<typename State::owner, ContainingSM >::type>::type, typename State::owner, State >::type boost::msm::back::get_owner< State, ContainingSM >::type

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