Static Value-Flow Analysis
Public Member Functions | List of all members
std::hash< SVF::RelExeState > Struct Reference

#include <RelExeState.h>

Public Member Functions

size_t operator() (const SVF::RelExeState &exeState) const
 

Detailed Description

Definition at line 218 of file RelExeState.h.

Member Function Documentation

◆ operator()()

size_t std::hash< SVF::RelExeState >::operator() ( const SVF::RelExeState exeState) const
inline

Definition at line 220 of file RelExeState.h.

221  {
222  return exeState.hash();
223  }
u32_t hash() const
Definition: RelExeState.h:114

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