Template Struct to_python_value< const std::unique_ptr< T >, & >

Inheritance Relationships

Base Type

  • public eigenpy::details::StdUniquePtrResultConverter::apply< T >::type (Struct apply::type)

Struct Documentation

template<typename T>
struct to_python_value<const std::unique_ptr<T>&> : public eigenpy::details::StdUniquePtrResultConverter::apply<T>::type

Specialize to_python_value for std::unique_ptr.