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

#include <DPItem.h>

Public Member Functions

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

Detailed Description

Definition at line 610 of file DPItem.h.

Member Function Documentation

◆ operator()()

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

Definition at line 612 of file DPItem.h.

613  {
614  std::hash<SVF::CallStrCxt> h;
615  return h(cc.getContexts());
616  }
const CallStrCxt & getContexts() const
Get context.
Definition: DPItem.h:235

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