|
libabigail
|
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. | |
Equality functor for instances of function_decl.
|
inline |
Tests if two pointers to function_decl are equal.
| l | the first pointer to function_decl to consider in the comparison. |
| r | the second pointer to function_decl to consider in the comparison. |
l and r are equal, false otherwise.