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

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

#include <GeneralType.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 84 of file GeneralType.h.

Member Function Documentation

◆ operator()()

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

Definition at line 86 of file GeneralType.h.

87  {
88  std::hash<T> h;
89  return h(t);
90  }

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