Class Graph::EdgeRange

Nested Relationships

This class is a nested type of Class Graph.

Class Documentation

class EdgeRange

Wrapper class to iterate over a range of the edges of a graph.

Public Functions

inline EdgeRange(const Graph &G)
inline EdgeRange()
~EdgeRange() = default
inline EdgeIterator begin() const
inline EdgeIterator end() const