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

#include <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 385 of file STLExtras.h.

Member Function Documentation

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

Definition at line 386 of file STLExtras.h.


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