struct Inverse
Declaration
template <class GraphType>
struct Inverse { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ADT/GraphTraits.h:95
Templates
- GraphType
Member Variables
- public const GraphType& Graph
Method Overview
- public inline Inverse<GraphType>(const GraphType & G)
Methods
ΒΆinline Inverse<GraphType>(const GraphType& G)
inline Inverse<GraphType>(const GraphType& G)
Declared at: llvm/include/llvm/ADT/GraphTraits.h:98
Parameters
- const GraphType& G