The base type of the edge iterators.
#include <lemon/concepts/graph.h>
Inheritance diagram for Graph::Edge:Public Member Functions | |
| Edge () | |
| Default constructor. | |
| Edge (const Edge &) | |
| Edge (Invalid) | |
| bool | operator== (Edge) const |
| Equality operator. | |
| bool | operator!= (Edge) const |
| Inequality operator. | |
| bool | operator< (Edge) const |
| Artificial ordering operator. | |
|
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.
1.8.2