cend_edges

const_iterator_edges libsemigroups::ActionDigraph::cend_edges(node_type i) const

Returns a ActionDigraph::const_iterator_edges (random access iterator) pointing one-past-the-last neighbour of the node i.

Return

An ActionDigraph::const_iterator_edges.

Complexity

Constant.

Parameters
  • i: a node in the digraph.

Exceptions