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

Specialise hash for ContextCond. More...

#include <DPItem.h>

Public Member Functions

size_t operator() (const SVF::ContextCond &cc) const
 

Detailed Description

Specialise hash for ContextCond.

Definition at line 600 of file DPItem.h.

Member Function Documentation

◆ operator()()

size_t std::hash< const SVF::ContextCond >::operator() ( const SVF::ContextCond cc) const
inline

Definition at line 602 of file DPItem.h.

603  {
604  std::hash<SVF::CallStrCxt> h;
605  return h(cc.getContexts());
606  }
const CallStrCxt & getContexts() const
Get context.
Definition: DPItem.h:235

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