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) for example, or we just want to save in while we debug our programm with ofstream. So I wonder how to put std::vector<uchar> into std::ostream?
| |||
feedback
|
|
Use
The ostream expects naked You can return the result of | |||||||
feedback
|
|
Depending on how you want the output formatted, you might be able to use
| |||
|
feedback
|