How to wrap functions with an istream
or ostream
as argument?
#4987
Unanswered
MatthijsBurgh
asked this question in
Q&A
Replies: 0 comments
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 want to wrap 2 cpp functions, one with an
istream
as argument and one with anostream
as argument. I want them to interface with anio.StrinIO
,io.BytesIO
or file handler.I have found an example, https://stackoverflow.com/a/56424840, for the
ostream
, but not yet for theistream
.Beta Was this translation helpful? Give feedback.
All reactions