CMS 3D CMS Logo

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 31 of file SmallWORMDict.cc.

Member Function Documentation

◆ operator()()

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

Definition at line 32 of file SmallWORMDict.cc.

32  {
33  return std::lexicographical_compare(rh.b, rh.b + rh.l, lh.b, lh.b + lh.l);
34  }

References cond::SmallWORMDict::Frame::b, cond::SmallWORMDict::Frame::l, and mathSSE::lh.

mathSSE::lh
bool int lh
Definition: SIMDVec.h:20