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

#include <PointsTo.h>

Public Member Functions

size_t operator() (const SVF::PointsTo &pt) const
 

Detailed Description

Definition at line 247 of file PointsTo.h.

Member Function Documentation

◆ operator()()

size_t std::hash< SVF::PointsTo >::operator() ( const SVF::PointsTo pt) const
inline

Definition at line 249 of file PointsTo.h.

250 {
251 return pt.hash();
252 }
size_t hash() const
Return a hash of this set.
Definition PointsTo.cpp:320

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