#include <return_arg.hpp>


Classes | |
| struct | extract_return_type |
Public Types | |
| typedef mpl::if_c< legal, detail::return_none, detail::return_arg_pos_argument_must_be_positive < arg_pos > >::type | result_converter |
Static Public Member Functions | |
| template<class ArgumentPackage > | |
| static PyObject * | postcall (ArgumentPackage const &args, PyObject *result) |
| typedef mpl::if_c< legal , detail::return_none , detail::return_arg_pos_argument_must_be_positive<arg_pos> >::type boost::python::return_arg< arg_pos, Base >::result_converter |
|
inlinestatic |