LLVM 22.0.0git
llvm::FoldingSetTrait< std::pair< T1, T2 > > Struct Template Reference

#include "llvm/ADT/FoldingSet.h"

Inheritance diagram for llvm::FoldingSetTrait< std::pair< T1, T2 > >:
[legend]

Static Public Member Functions

static void Profile (const std::pair< T1, T2 > &P, FoldingSetNodeID &ID)
Static Public Member Functions inherited from llvm::DefaultFoldingSetTrait< T >
static void Profile (const T &X, FoldingSetNodeID &ID)
static void Profile (T &X, FoldingSetNodeID &ID)
static bool Equals (T &X, const FoldingSetNodeID &ID, unsigned IDHash, FoldingSetNodeID &TempID)
static unsigned ComputeHash (T &X, FoldingSetNodeID &TempID)

Detailed Description

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

Definition at line 839 of file FoldingSet.h.

Member Function Documentation

◆ Profile()

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

Definition at line 840 of file FoldingSet.h.

References P.


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