|
|
using | iterator_category = std::input_iterator_tag |
| |
|
using | value_type = traversal_edges_view::value_type |
| |
|
using | difference_type = std::ptrdiff_t |
| |
|
using | reference = const value_type & |
| |
|
|
| iterator (const GraphWrapper &graph, const NodeID &start) |
| |
|
reference | operator* () const |
| |
|
const value_type * | operator-> () const |
| |
|
iterator & | operator++ () |
| |
|
void | operator++ (int) |
| |
|
|
bool | operator== (const iterator &it, std::default_sentinel_t) |
| |
|
bool | operator== (std::default_sentinel_t sentinel, const iterator &it) |
| |
The documentation for this class was generated from the following file: