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