Construct the end iterator for a deduced graph type T.

Synopsis

Declared in <llvm/ADT/SCCIterator.h>

template<class T>
scc_iterator<T>
scc_end(T const& G);

Return Value

Past‐the‐end SCC iterator for G.

Parameters

Name

Description

G

Graph whose end iterator is requested.

Created with MrDocs