libabigail
|
A functor to compare two instances of diff_sptr. More...
#include <abg-comparison-priv.h>
Public Member Functions | |
bool | operator() (const diff *l, const diff *r) const |
An operator that takes two instances of diff_sptr returns true if its first operand compares less than its second operand. More... | |
bool | operator() (const diff_sptr &l, const diff_sptr &r) const |
An operator that takes two instances of diff_sptr returns true if its first operand compares less than its second operand. More... | |
A functor to compare two instances of diff_sptr.
Definition at line 352 of file abg-comparison-priv.h.
An operator that takes two instances of diff_sptr returns true if its first operand compares less than its second operand.
l | the first operand to consider. |
r | the second operand to consider. |
l
compares less than r
. Definition at line 363 of file abg-comparison-priv.h.
An operator that takes two instances of diff_sptr returns true if its first operand compares less than its second operand.
l | the first operand to consider. |
r | the second operand to consider. |
l
compares less than r
. Definition at line 383 of file abg-comparison-priv.h.