Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::python::detail::most_derived< C1, C2 > Struct Template Reference

#include <signature.hpp>

Public Types

typedef mpl::if_
< is_convertible< C1 *, C2 * >
, C1, C2 >::type 
type
 

Member Typedef Documentation

template<class C1 , class C2 >
typedef mpl::if_< is_convertible<C1*,C2*> , C1 , C2 >::type boost::python::detail::most_derived< C1, C2 >::type

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