|
spot 2.14.2
|
Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | value_type = unsigned |
| using | difference_type = std::ptrdiff_t |
| using | pointer = const unsigned * |
| using | reference = const unsigned & |
Public Member Functions | |
| successor_iterator (const adjlist *g, unsigned idx) | |
| int | operator* () const |
| successor_iterator & | operator++ () |
| successor_iterator | operator++ (int) |
Friends | |
| bool | operator== (const successor_iterator &iter, std::nullptr_t) |
| bool | operator== (std::nullptr_t, const successor_iterator &iter) |
| bool | operator!= (const successor_iterator &iter, std::nullptr_t) |
| bool | operator!= (std::nullptr_t, const successor_iterator &iter) |
1.9.8