Public Member Functions | |
bool | operator() (SmallWORMDict::Frame const &rh, SmallWORMDict::Frame const &lh) const |
Definition at line 34 of file SmallWORMDict.cc.
bool cond::LessFrame::operator() | ( | SmallWORMDict::Frame const & | rh, |
SmallWORMDict::Frame const & | lh | ||
) | const [inline] |
Definition at line 35 of file SmallWORMDict.cc.
References cond::SmallWORMDict::Frame::b, and cond::SmallWORMDict::Frame::l.
{
return std::lexicographical_compare(rh.b,rh.b+rh.l,lh.b,lh.b+lh.l);
}