libabigail
Loading...
Searching...
No Matches
function_decl::ptr_equal Struct Reference

Equality functor for instances of function_decl. More...

#include <abg-ir.h>

Public Member Functions

bool operator() (const function_decl *l, const function_decl *r) const
 Tests if two pointers to function_decl are equal.
 

Detailed Description

Equality functor for instances of function_decl.

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

Member Function Documentation

◆ operator()()

bool operator() ( const function_decl * l,
const function_decl * r ) const
inline

Tests if two pointers to function_decl are equal.

Parameters
lthe first pointer to function_decl to consider in the comparison.
rthe second pointer to function_decl to consider in the comparison.
Returns
true if the two functions l and r are equal, false otherwise.

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


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