LLVM: std::hash< llvm::sampleprof::FunctionId > Struct Reference (original) (raw)

Template specialization for FunctionId so that it can be used in STL containers. More...

#include "[llvm/ProfileData/FunctionId.h](ProfileData%5F2FunctionId%5F8h%5Fsource.html)"

Public Member Functions
size_t operator() (const llvm::sampleprof::FunctionId &Val) const

Detailed Description

Template specialization for FunctionId so that it can be used in STL containers.

Definition at line 205 of file FunctionId.h.

Member Function Documentation

operator()()

size_t std::hash< llvm::sampleprof::FunctionId >::operator() ( const llvm::sampleprof::FunctionId & Val) const inline

Definition at line 206 of file FunctionId.h.

References llvm::sampleprof::FunctionId::getHashCode().


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