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

Specialise hash for AbsCxtDPItem. More...

#include <Z3Expr.h>

Public Member Functions

size_t operator() (const SVF::Z3Expr &z3Expr) const
 

Detailed Description

Specialise hash for AbsCxtDPItem.

Definition at line 316 of file Z3Expr.h.

Member Function Documentation

◆ operator()()

size_t std::hash< SVF::Z3Expr >::operator() ( const SVF::Z3Expr z3Expr) const
inline

Definition at line 318 of file Z3Expr.h.

319  {
320  return z3Expr.id();
321  }
u32_t id() const
get id
Definition: Z3Expr.h:111

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