LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::FoldingSetTrait< std::pair< T1, T2 > > Struct Template Reference

#include "llvm/ADT/FoldingSet.h"

Static Public Member Functions

static void Profile (const std::pair< T1, T2 > &P, FoldingSetNodeID &ID)
 

Detailed Description

template<typename T1, typename T2>
struct llvm::FoldingSetTrait< std::pair< T1, T2 > >

Definition at line 832 of file FoldingSet.h.

Member Function Documentation

◆ Profile()

template<typename T1 , typename T2 >
static void llvm::FoldingSetTrait< std::pair< T1, T2 > >::Profile ( const std::pair< T1, T2 > &  P,
FoldingSetNodeID ID 
)
inlinestatic

Definition at line 833 of file FoldingSet.h.

References P.


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