Classes | |
| struct | function_wrapper |
| struct | function_wrapper< R(*)(Args...)> |
Functions | |
| template<typename R , typename... Args> | |
| auto | call (R(*f)(Args...), typename convert_type< Args >::type... args) |
| template<typename... Args> | |
| void | call (void(*f)(Args...), typename convert_type< Args >::type... args) |
| auto pinocchio::python::internal::call | ( | R(*)(Args...) | f, |
| typename convert_type< Args >::type... | args | ||
| ) |
Definition at line 118 of file pybind11.hpp.
| void pinocchio::python::internal::call | ( | void(*)(Args...) | f, |
| typename convert_type< Args >::type... | args | ||
| ) |
Definition at line 122 of file pybind11.hpp.