Static Value-Flow Analysis
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SVF::Hash< T > Struct Template Reference

provide extra hash function for std::pair handling More...

#include <Hash.h>

Public Member Functions

size_t operator() (const T &t) const
 

Detailed Description

template<class T>
struct SVF::Hash< T >

provide extra hash function for std::pair handling

Definition at line 28 of file Hash.h.

Member Function Documentation

◆ operator()()

template<class T >
size_t SVF::Hash< T >::operator() ( const T t) const
inline

Definition at line 30 of file Hash.h.

31 {
32 std::hash<T> h;
33 return h(t);
34 }
llvm::IRBuilder IRBuilder
Definition BasicTypes.h:76

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