AdjacencyList.source

Fetches the descriptor of the source vertex of the given edge.

struct AdjacencyList(alias VertexStorage = VecS, alias EdgeStorage = VecS, Directionality = DirectedS, VertexProperty = NoProperty, EdgeProperty = NoProperty)
const
source

Parameters

edge EdgeDescriptor

The descriptor of the edge to query.

Return Value

The descriptor of the supplied edge's source vertex.

Meta