I know that I can fill a vector from a range of iterators like this,
std::string line = "1 2 3 4 5"; std::istringstream input(line); std::istream_it