Template Function read_list(std::istream&, ItemGen&, char)

Template Function read_list(std::istream&, ItemGen&, char)#

Function Documentation#

template<class ItemGen>
bool read_list(std::istream &in, ItemGen &op, char sep)#

Read a list of items of type ItemGen, they are separated using ‘sep’.