libabigail
Public Member Functions | List of all members
default_eq_functor Struct Reference

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. More...
 

Detailed Description

The default equality functor used by the core diffing algorithms.

Definition at line 717 of file abg-diff-utils.h.

Member Function Documentation

◆ operator()()

bool operator() ( const T  a,
const T  b 
) const
inline

This equality operator uses the default "==" to compare its arguments.

Parameters
athe first comparison argument.
bthe second comparison argument.
Returns
true if the two arguments are equal, false otherwise.

Definition at line 729 of file abg-diff-utils.h.


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