Problem with passing STL containers #3510
Unanswered
aljohnston112
asked this question in
Q&A
Replies: 1 comment
-
Maybe a List?
How do I make that work?
Do I have to write a bunch of boilerplate to get STL containers to work? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to be able to pass a map of doubles to doubles from Python to C++, populate it in C++ and then see the results on the Python side. How is this achieved?
I have a function definition in C++ like this
main.cpp looks like this
Beta Was this translation helpful? Give feedback.
All reactions