How to obtain pointer to data in nb::bytes object? #568
Unanswered
jeffective
asked this question in
Q&A
Replies: 2 comments 2 replies
-
i guess i could cast to a c string but then I have an extra null byte |
Beta Was this translation helpful? Give feedback.
2 replies
-
Going to use a bind_vector of uint8_t instead and access it with |
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.
-
I am wrapping this function:
How do I get a
void*
to the data in anb::bytes
object?Beta Was this translation helpful? Give feedback.
All reactions