LLVM 22.0.0git
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 2232 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 2233 of file STLExtras.h.

References P.


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