libabigail
|
The default equality functor used by the core diffing algorithms. More...
#include <abg-diff-utils.h>
Public Member Functions | |
template<typename T > | |
bool | operator() (const T a, const T b) const |
This equality operator uses the default "==" to compare its arguments. | |
The default equality functor used by the core diffing algorithms.
Definition at line 717 of file abg-diff-utils.h.
|
inline |
This equality operator uses the default "==" to compare its arguments.
a | the first comparison argument. |
b | the second comparison argument. |
Definition at line 729 of file abg-diff-utils.h.