CMS 3D CMS Logo

Public Member Functions

cond::LessFrame Struct Reference

List of all members.

Public Member Functions

bool operator() (SmallWORMDict::Frame const &rh, SmallWORMDict::Frame const &lh) const

Detailed Description

Definition at line 34 of file SmallWORMDict.cc.


Member Function Documentation

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);
    }