libabigail
Public Member Functions | List of all members
var_decl::ptr_equal Struct Reference

A comparison functor for pointers to var_decl. More...

#include <abg-ir.h>

Public Member Functions

bool operator() (const var_decl *l, const var_decl *r) const
 Return true if the two instances of var_decl are equal. More...
 

Detailed Description

A comparison functor for pointers to var_decl.

Definition at line 4832 of file abg-ir.h.

Member Function Documentation

◆ operator()()

bool operator() ( const var_decl l,
const var_decl r 
) const
inline

Return true if the two instances of var_decl are equal.

Parameters
lthe first variable to compare.
rthe second variable to compare.
Returns
true if l equals r.

Definition at line 4842 of file abg-ir.h.


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