Template Function eigenpy::details::unique_ptr_to_python(std::unique_ptr<T>&&)

Function Documentation

Warning

doxygenfunction: Unable to resolve function “eigenpy::details::unique_ptr_to_python” with arguments (std::unique_ptr<T>&&) in doxygen xml output for project “eigenpy Doxygen Project” from directory: /tmp/ws/docs_build/eigenpy/output_staging/generated/doxygen/xml. Potential matches:

- template<typename T> std::enable_if<!is_python_primitive_type<T>::value, PyObject*>::type unique_ptr_to_python(std::unique_ptr<T> &&x)
- template<typename T> std::enable_if<is_python_primitive_type<T>::value, PyObject*>::type unique_ptr_to_python(std::unique_ptr<T> &&x)