|
reSIProcate/stack
9694
|
#include <Tuple.hxx>
Public Member Functions | |
| bool | operator() (const Tuple &x, const Tuple &y) const |
Definition at line 924 of file Tuple.cxx.
References resip::Tuple::mFlowKey.
{
if (lhs == rhs)
{
return lhs.mFlowKey < rhs.mFlowKey;
}
return lhs < rhs;
};
1.7.5.1