May I ask how to bind std::vector<std::pair<int64_t, pybind11::bytes>> such type in pybind11. #4932
Unanswered
newprogrammer2022
asked this question in
Q&A
Replies: 1 comment
-
Try to use |
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
Uh oh!
There was an error while loading. Please reload this page.
-
When working ,I encountered a problem that need to bind std::vector<std::pair<int64_t, pybind11::bytes>> such type in pybind11.
Code like this , but this build failed in VS.
Did I do something wrong? I use std c++20 and pybind11 2.11.1.
Looking forward to reply. Thanks
Beta Was this translation helpful? Give feedback.
All reactions