xapian-core  2.0.0
Public Member Functions | List of all members
HoneyCompact::CursorGt< T > Struct Template Reference

Public Member Functions

bool operator() (const T *a, const T *b) const
 Return true if and only if a's key is strictly greater than b's key. More...
 

Detailed Description

template<typename T>
struct HoneyCompact::CursorGt< T >

Definition at line 1291 of file honey_compact.cc.

Member Function Documentation

◆ operator()()

template<typename T >
bool HoneyCompact::CursorGt< T >::operator() ( const T *  a,
const T *  b 
) const
inline

Return true if and only if a's key is strictly greater than b's key.

Definition at line 1293 of file honey_compact.cc.


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