Tagged Questions
4
votes
2answers
104 views
How to save `std::vector<uchar>` into `std::ostream`?
We have created and filled some std::vector<uchar> with openCV imencode for example. Now we want to stream it for example into some http_lib which can take some sort of ostream (ostringstream) ...