Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::python::default_result_converter::apply< R > Struct Template Reference

#include <default_call_policies.hpp>

Public Types

typedef mpl::if_< mpl::or_
< is_pointer< R >
, is_reference< R >
>, detail::specify_a_return_value_policy_to_wrap_functions_returning
< R >
, boost::python::to_python_value
< typename detail::value_arg
< R >::type > >::type 
type
 

Member Typedef Documentation

template<class R >
typedef mpl::if_< mpl::or_<is_pointer<R>, is_reference<R> > , detail::specify_a_return_value_policy_to_wrap_functions_returning<R> , boost::python::to_python_value< typename detail::value_arg<R>::type > >::type boost::python::default_result_converter::apply< R >::type

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