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

#include <CxtStmt.h>

Public Member Functions

size_t operator() (const SVF::CxtThread &cs) const
 

Detailed Description

Definition at line 460 of file CxtStmt.h.

Member Function Documentation

◆ operator()()

size_t std::hash< SVF::CxtThread >::operator() ( const SVF::CxtThread cs) const
inline

Definition at line 462 of file CxtStmt.h.

463 {
464 std::hash<SVF::CallStrCxt> h;
465 return h(cs.getContext());
466 }
const CallStrCxt & getContext() const
Return context of the thread.
Definition CxtStmt.h:206

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