7.1. igraph_ess_all — Edge set, all edges (immediate version)

igraph_es_t igraph_ess_all(igraph_edgeorder_type_t order);

The immediate version of the all-vertices selector.

Arguments: 

order:

Constant giving the order of the edges in the edge selector. See igraph_es_all() for the possible values.

Returns: 

The edge selector.

See also: 

igraph_es_all()

Time complexity: O(1).