libabigail
|
Functor that compares two function parameters for the purpose of sorting them. More...
#include <abg-comparison-priv.h>
Public Member Functions | |
bool | operator() (const function_decl::parameter &l, const function_decl::parameter &r) |
Returns true iff the index of the first parameter is smaller than the of the second parameter. More... | |
bool | operator() (const function_decl::parameter_sptr &l, const function_decl::parameter_sptr &r) |
Returns true iff the index of the first parameter is smaller than the of the second parameter. More... | |
Functor that compares two function parameters for the purpose of sorting them.
Definition at line 968 of file abg-comparison-priv.h.
|
inline |
Returns true iff the index of the first parameter is smaller than the of the second parameter.
l | the first parameter to compare. |
r | the second parameter to compare. |
Definition at line 980 of file abg-comparison-priv.h.
|
inline |
Returns true iff the index of the first parameter is smaller than the of the second parameter.
l | the first parameter to compare. |
r | the second parameter to compare. |
Definition at line 994 of file abg-comparison-priv.h.