How to convert from std::vector to std::istream?

前端 未结 0 1071
心在旅途
心在旅途 2021-01-07 03:45

I have an std::vector and the function expects an std::istream:

callMe(std::istream& f_is)

What is the best way to do the conversion? Is

相关标签:
回答
  • 消灭零回复
提交回复
热议问题