Skip to content

Returning a vector of pointers managed on the C++ side #301

Answered by wjakob
thelfer asked this question in Q&A
Discussion options

You must be logged in to vote

I would say: use the normal std::vector type caster, but bind the method with a return value policy of reference_internal.

(You'll want to read up on RVPs in the documentation if this doesn't make sense)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@wjakob
Comment options

Answer selected by thelfer
@thelfer
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants