Template Function read_list(std::istream&, ItemGen&, char)# Defined in File AnnotIO.h 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’.