how can i copy data from py::bytes to a void*? #4185
Answered
by
whybeyoung
whybeyoung
asked this question in
Q&A
-
if i get a py::bytes object, how can i use memcpy to copy data from it to a void* memory |
Beta Was this translation helpful? Give feedback.
Answered by
whybeyoung
Sep 27, 2022
Replies: 1 comment 1 reply
-
found usage... by accessing m_ptr() |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
whybeyoung
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
found usage... by accessing m_ptr()