9.8. IGRAPH_EIT_GET — Query an edge iterator.

#define IGRAPH_EIT_GET(eit)

Gives the edge id of the current edge pointed to by an iterator.

Arguments: 

eit:

The edge iterator.

Returns: 

The id of the current edge.

Time complexity: O(1).