Skip to content

write_graph_node_edge

Synopsis

Declared in <graphs/GraphIO.h>

template<
    class Graph,
    class Node>
void
write_graph_node_edge(
    Graph& g,
    Node const* curnode,
    std::ostream& out,
    std::string const& hint,
    GraphAccess::EdgeDirection dir);

Created with MrDocs