Skip to content

read_list

Read a list of items of type ItemGen, they are separated using 'sep'

Synopsis

Declared in <src/midend/astUtil/annotation/AnnotIO.h>

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

Created with MrDocs