| igraph Reference Manual |
|---|
#define IGRAPH_VIT_NEXT(vit)
Steps the iterator to the next vertex. Only call this function if
IGRAPH_VIT_END() returns false.
Arguments:
vit: |
The vertex iterator to step. |
Time complexity: O(1).
| << 5.3. Stepping over the vertices | 5.5. IGRAPH_VIT_END — Are we at the end? >> |