The directed arc type. It can be converted to the edge or it should be inherited from the undirected edge.
#include <lemon/concepts/graph.h>
Public Member Functions | |
Arc () | |
Default constructor. | |
Arc (const Arc &) | |
Arc (Invalid) | |
bool | operator== (Arc) const |
Equality operator. | |
bool | operator!= (Arc) const |
Inequality operator. | |
bool | operator< (Arc) const |
Artificial ordering operator. | |
operator Edge () const | |
Converison to Edge. | |
|
inline |
|
inline |
Two iterators are equal if and only if they point to the same object or both are invalid.
|
inline |
|
inline |
To allow the use of graph descriptors as key type in std::map or similar associative container we require this.