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

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

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

Public Types

typedef details::InternalStdUniquePtrConverter result_converter

Static Public Member Functions

template<class ArgumentPackage>
static PyObject * postcall (ArgumentPackage const &args_, PyObject *result)

Detailed Description

Variant of

See also
bp::return_internal_reference that extract std::unique_ptr content reference before converting it into a PyObject

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

Member Typedef Documentation

◆ result_converter

Member Function Documentation

◆ postcall()

template<class ArgumentPackage>
PyObject * eigenpy::ReturnInternalStdUniquePtr::postcall(ArgumentPackage const &args_,
PyObject *result )
inlinestatic

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


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