| igraph Reference Manual |
|---|
void igraph_vit_destroy(const igraph_vit_t *vit);
Deallocates memory allocated for a vertex iterator.
Arguments:
vit: |
Pointer to an initialized vertex iterator object. |
See also:
Time complexity: operating system dependent, usually O(1).
<< 5.1. igraph_vit_create — Creates a vertex iterator from a vertex selector. |
5.3. Stepping over the vertices >> |