LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::Inverse< GraphType > Struct Template Reference

#include "llvm/ADT/GraphTraits.h"

Public Member Functions

 Inverse (const GraphType &G)
 

Public Attributes

const GraphType & Graph
 

Detailed Description

template<class GraphType>
struct llvm::Inverse< GraphType >

Definition at line 97 of file GraphTraits.h.

Constructor & Destructor Documentation

◆ Inverse()

template<class GraphType >
llvm::Inverse< GraphType >::Inverse ( const GraphType &  G)
inline

Definition at line 100 of file GraphTraits.h.

Member Data Documentation

◆ Graph

template<class GraphType >
const GraphType& llvm::Inverse< GraphType >::Graph

Definition at line 98 of file GraphTraits.h.


The documentation for this struct was generated from the following file: