5.4. IGRAPH_VIT_NEXT — Next vertex.

#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).