LLVM 19.0.0git
Public Member Functions | List of all members
llvm::pair_hash< First, Second > Struct Template Reference

#include "llvm/ADT/STLExtras.h"

Public Member Functions

size_t operator() (const std::pair< First, Second > &P) const
 

Detailed Description

template<typename First, typename Second>
struct llvm::pair_hash< First, Second >

Definition at line 2195 of file STLExtras.h.

Member Function Documentation

◆ operator()()

template<typename First , typename Second >
size_t llvm::pair_hash< First, Second >::operator() ( const std::pair< First, Second > &  P) const
inline

Definition at line 2196 of file STLExtras.h.

References P.


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