Static Value-Flow Analysis
Public Member Functions | List of all members
SVF::SVFUtil::equalNodeBS Struct Reference

#include <SVFUtil.h>

Public Member Functions

bool operator() (const NodeBS &lhs, const NodeBS &rhs) const
 

Detailed Description

Definition at line 151 of file SVFUtil.h.

Member Function Documentation

◆ operator()()

bool SVF::SVFUtil::equalNodeBS::operator() ( const NodeBS lhs,
const NodeBS rhs 
) const
inline

Definition at line 153 of file SVFUtil.h.

154  {
155  return SVFUtil::cmpNodeBS(lhs, rhs);
156  }
bool cmpNodeBS(const NodeBS &lpts, const NodeBS &rpts)
Definition: SVFUtil.h:125

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