xapian-core  2.0.0
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 36 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 38 of file multi_valuelist.cc.

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


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