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

A comparison functor to compare two instances of fn_parm_diff based on their indexes. More...

#include <abg-comparison-priv.h>

Public Member Functions

bool operator() (const fn_parm_diff &f, const fn_parm_diff &s)
 
bool operator() (const fn_parm_diff_sptr &f, const fn_parm_diff_sptr &s)
 

Detailed Description

A comparison functor to compare two instances of fn_parm_diff based on their indexes.

Definition at line 949 of file abg-comparison-priv.h.

Member Function Documentation

◆ operator()()

bool operator() ( const fn_parm_diff f,
const fn_parm_diff s 
)
inline
Parameters
fthe first diff
sthe second diff
Returns
true if the index of f is less than the index of s.

Definition at line 958 of file abg-comparison-priv.h.


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