LLVM 19.0.0git
Public Types | List of all members
llvm::GraphTraits< GraphType > Struct Template Reference

#include "llvm/ADT/GraphTraits.h"

Inheritance diagram for llvm::GraphTraits< GraphType >:
Inheritance graph
[legend]

Public Types

using NodeRef = typename GraphType::UnknownGraphTypeError
 

Detailed Description

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

Definition at line 37 of file GraphTraits.h.

Member Typedef Documentation

◆ NodeRef

template<class GraphType >
using llvm::GraphTraits< GraphType >::NodeRef = typename GraphType::UnknownGraphTypeError

Definition at line 80 of file GraphTraits.h.


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