Template Class NodeRangeBase

Class Documentation

template<typename GraphType>
class NodeRangeBase

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

Public Functions

inline NodeRangeBase(const GraphType &G)
inline NodeRangeBase()
~NodeRangeBase() = default
inline NodeIteratorBase<GraphType> begin() const noexcept
inline NodeIteratorBase<GraphType> end() const noexcept