Static Value-Flow Analysis
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 246 of file PointsTo.h.

Member Function Documentation

◆ operator()()

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

Definition at line 248 of file PointsTo.h.

249  {
250  return pt.hash();
251  }
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: