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

Functor to sort instances of var_diff_sptr. More...

#include <abg-comparison-priv.h>

Public Member Functions

bool operator() (const var_diff_sptr f, const var_diff_sptr s)
 Return true if the first argument is less than the second one. More...
 

Detailed Description

Functor to sort instances of var_diff_sptr.

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

Member Function Documentation

◆ operator()()

bool operator() ( const var_diff_sptr  f,
const var_diff_sptr  s 
)
inline

Return true if the first argument is less than the second one.

Parameters
fthe first argument to consider.
sthe second argument to consider.
Returns
true if f is less than s.

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


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