Struct ReturnInternalStdUniquePtr
Defined in File std-unique-ptr.hpp
Inheritance Relationships
Base Type
public boost::python::return_internal_reference<>
Struct Documentation
-
struct ReturnInternalStdUniquePtr : public boost::python::return_internal_reference<>
Variant of
See also
bp::return_internal_reference that extract std::unique_ptr content reference before converting it into a PyObject
Public Types
-
typedef details::InternalStdUniquePtrConverter result_converter
Public Static Functions
-
template<class ArgumentPackage>
static inline PyObject *postcall(ArgumentPackage const &args_, PyObject *result)
-
typedef details::InternalStdUniquePtrConverter result_converter