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

#include <CxtStmt.h>

Public Member Functions

size_t operator() (const SVF::CxtThreadStmt &cts) const
 

Detailed Description

Definition at line 476 of file CxtStmt.h.

Member Function Documentation

◆ operator()()

size_t std::hash< SVF::CxtThreadStmt >::operator() ( const SVF::CxtThreadStmt cts) const
inline

Definition at line 478 of file CxtStmt.h.

479 {
480 std::hash<SVF::NodeID> h;
481 return h(cts.getTid());
482 }
NodeID getTid() const
Return current context.
Definition CxtStmt.h:140

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