ddc
Public Member Functions | Public Attributes | List of all members
IsLessByHitSortKeyStr Struct Reference

Public Member Functions

 IsLessByHitSortKeyStr (const vector< CHit > &Base)
 
bool operator() (size_t i1, size_t i2) const
 

Public Attributes

const vector< CHit > & m_Base
 

Detailed Description

indirect comparison operator for hits on CHit::m_SortKey.s (for std::sort); replaces IsLessByHitOrderId .

Constructor & Destructor Documentation

◆ IsLessByHitSortKeyStr()

IsLessByHitSortKeyStr::IsLessByHitSortKeyStr ( const vector< CHit > &  Base)
inline

Member Function Documentation

◆ operator()()

bool IsLessByHitSortKeyStr::operator() ( size_t  i1,
size_t  i2 
) const
inline

Member Data Documentation

◆ m_Base

const vector<CHit>& IsLessByHitSortKeyStr::m_Base

The documentation for this struct was generated from the following file: