Metafunction
EdgeType
Edge type of a graph object.
EdgeType<T>::Type
Parameters
T
Type T must be a graph.
Types: Graph
Return Values
Type
Edge type.
Remarks
The specific edge stump type that is used in a graph.
Examples
EdgeType<TGraph>::Type e; //e is an edge in TGraph
SeqAn - Sequence Analysis Library - www.seqan.de