Range wrapper for successor iteration.
More...
#include <spot/graph/adjlist.hh>
template<class State_Data>
class spot::adjlist< State_Data >::successor_range
Range wrapper for successor iteration.
◆ successor_range()
template<class State_Data >
Construct range over successors of state s in g.
◆ begin()
template<class State_Data >
Return iterator to first successor.
◆ end()
template<class State_Data >
| std::nullptr_t spot::adjlist< State_Data >::successor_range::end |
( |
| ) |
const |
|
inline |
Return past-the-end sentinel.
The documentation for this class was generated from the following file: