TransposeGraphPropertyMapAdapter

public struct TransposeGraphPropertyMapAdapter<Underlying> : PropertyMap where Underlying : PropertyMap, Underlying.Graph : BidirectionalGraph
extension TransposeGraphPropertyMapAdapter: ExternalPropertyMap where Underlying: ExternalPropertyMap

Adapts a property map for a graph to be used with its transpose.

See also

TransposeGraph

Available where Underlying: ExternalPropertyMap