58#ifndef DOXYGEN_SHOULD_SKIP_THIS
67 return (stream << edge.first() <<
"--" << edge.second());
71 std::ostream&
operator<<(std::ostream& stream,
const Arc& arc) {
72 return (stream << arc.first() <<
"->" << arc.second());
77# ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
The base class for all directed edges.
The base class for all undirected edges.
This class should be useless as only its specializations should be used.
some utils for topology : NodeId, Edge, Arc and consorts ...
Inlined implementation of directed and undirected edges.
gum is the global namespace for all aGrUM entities
std::ostream & operator<<(std::ostream &stream, const AVLTree< Val, Cmp > &tree)
display the content of a tree