xapian-core  1.4.25
Public Member Functions | List of all members
CompareSubValueListsByDocId Struct Reference

Comparison functor which orders SubValueList* by ascending docid. More...

Public Member Functions

bool operator() (const SubValueList *a, const SubValueList *b) const
 Order by ascending docid. More...
 

Detailed Description

Comparison functor which orders SubValueList* by ascending docid.

Definition at line 69 of file multi_valuelist.cc.

Member Function Documentation

◆ operator()()

bool CompareSubValueListsByDocId::operator() ( const SubValueList a,
const SubValueList b 
) const
inline

Order by ascending docid.

Definition at line 71 of file multi_valuelist.cc.

References SubValueList::db_idx, and SubValueList::get_docid().


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