LLVM API Documentation

Static Public Member Functions
llvm::FoldingSetTrait< std::pair< T1, T2 > > Struct Template Reference

#include <FoldingSet.h>

List of all members.

Static Public Member Functions

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

Detailed Description

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

Definition at line 798 of file FoldingSet.h.


Member Function Documentation

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

Definition at line 799 of file FoldingSet.h.

References llvm::FoldingSetNodeID::Add().


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