Skip to content

read_graph

Synopsis

Declared in <graphs/GraphIO.h>

template<class Graph>
void
read_graph(
    Graph& g,
    std::istream& in,
    std::string const& hint);

Created with MrDocs