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

#include <CxtStmt.h>

Public Member Functions

size_t operator() (const SVF::CxtThreadProc &ctp) const
 

Detailed Description

Definition at line 468 of file CxtStmt.h.

Member Function Documentation

◆ operator()()

size_t std::hash< SVF::CxtThreadProc >::operator() ( const SVF::CxtThreadProc ctp) const
inline

Definition at line 470 of file CxtStmt.h.

471  {
472  std::hash<SVF::NodeID> h;
473  return h(ctp.getTid());
474  }
NodeID getTid() const
Return current thread id.
Definition: CxtStmt.h:412

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