eigenpy 3.12.0
Bindings between Numpy and Eigen using Boost.Python
Loading...
Searching...
No Matches
eigenpy::StdUniquePtrCallPolicies Struct Reference

#include <eigenpy/std-unique-ptr.hpp>

Inheritance diagram for eigenpy::StdUniquePtrCallPolicies:
[legend]
Collaboration diagram for eigenpy::StdUniquePtrCallPolicies:
[legend]

Public Types

typedef details::StdUniquePtrResultConverter result_converter

Detailed Description

CallPolicies to get std::unique_ptr value from a function that return an std::unique_ptr. If the object inside the std::unique_ptr is a class or an union it will be moved. In other case, it will be copied.

Definition at line 111 of file std-unique-ptr.hpp.

Member Typedef Documentation

◆ result_converter


The documentation for this struct was generated from the following file: