LLVM: llvm::pair_hash< First, Second > Struct Template Reference (original) (raw)

#include "[llvm/ADT/STLExtras.h](STLExtras%5F8h%5Fsource.html)"

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 2264 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 2265 of file STLExtras.h.

References P.


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