CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
cond::LessFrame Struct Reference

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.

35  {
36  return std::lexicographical_compare(rh.b,rh.b+rh.l,lh.b,lh.b+lh.l);
37  }
bool int lh
Definition: SIMDVec.h:21