LLVM API Documentation

Public Member Functions
llvm::pair_hash< First, Second > Struct Template Reference

#include <STLExtras.h>

List of all members.

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 540 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 541 of file STLExtras.h.


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