You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not necessarily an issue, but a question. Sorry to ask here. I couldn't find an appropriate forum to ask questions about pybind11.
I've a python3 program and I want to rewrite some of the functionality in C++. The function I want to rewrite takes bytes as input. What would be the correct signature for corresponding C++ function? I'm trying to use pybind11 for the binding.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
This is not necessarily an issue, but a question. Sorry to ask here. I couldn't find an appropriate forum to ask questions about pybind11.
I've a python3 program and I want to rewrite some of the functionality in C++. The function I want to rewrite takes
bytes
as input. What would be the correct signature for corresponding C++ function? I'm trying to use pybind11 for the binding.Thanks.
The text was updated successfully, but these errors were encountered: