#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 |
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 |